mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
fix module creation for login component in forRoot (#1377)
This commit is contained in:
parent
512f6504f2
commit
ccd8f64071
@ -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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user