mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix module creation for login component in forRoot (#1377)
This commit is contained in:
@@ -41,7 +41,7 @@ export const ALFRESCO_LOGIN_DIRECTIVES: any[] = [
|
||||
export class LoginModule {
|
||||
static forRoot(): ModuleWithProviders {
|
||||
return {
|
||||
ngModule: CoreModule
|
||||
ngModule: LoginModule
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user