mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fixed license ad declaration error on build
This commit is contained in:
@@ -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']);
|
||||
|
Reference in New Issue
Block a user