fix module creation for login component in forRoot (#1377)

This commit is contained in:
Vito 2017-01-04 01:32:11 -08:00 committed by Denys Vuika
parent 512f6504f2
commit ccd8f64071

View File

@ -41,7 +41,7 @@ export const ALFRESCO_LOGIN_DIRECTIVES: any[] = [
export class LoginModule { export class LoginModule {
static forRoot(): ModuleWithProviders { static forRoot(): ModuleWithProviders {
return { return {
ngModule: CoreModule ngModule: LoginModule
}; };
} }
} }