Fixed license ad declaration error on build

This commit is contained in:
Vito Albano
2016-07-15 11:51:33 +01:00
parent 4c9463338f
commit 95b9fb28f3
2 changed files with 3 additions and 2 deletions

View File

@@ -30,11 +30,11 @@ declare let __moduleName: string;
})
export class LoginDemoComponent {
providers: string [] = ['ECM'];
constructor(public router: Router) {
}
providers: string [] = ['ECM'];
onLogin($event) {
console.log($event);
this.router.navigate(['Home']);