core and login component

This commit is contained in:
Eugenio Romano
2016-08-16 14:41:47 +01:00
parent 5f84bff7e1
commit 1e8440c0a0
10 changed files with 226 additions and 832 deletions

View File

@@ -48,7 +48,7 @@ export class AlfrescoLoginComponent {
backgroundImageUrl: string;
@Input()
providers: string [] ;
providers: string ;
@Output()
onSuccess = new EventEmitter();