diff --git a/ng2-components/ng2-alfresco-login/index.ts b/ng2-components/ng2-alfresco-login/index.ts index 6e28e01782..bdf0ea8b4e 100644 --- a/ng2-components/ng2-alfresco-login/index.ts +++ b/ng2-components/ng2-alfresco-login/index.ts @@ -41,7 +41,7 @@ export const ALFRESCO_LOGIN_DIRECTIVES: any[] = [ export class LoginModule { static forRoot(): ModuleWithProviders { return { - ngModule: CoreModule + ngModule: LoginModule }; } }