mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
refactor: make easier next refactoring name of module
This commit is contained in:
parent
fd95769478
commit
03016366c1
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ export const NB_CORE_PROVIDERS = [
|
||||||
})
|
})
|
||||||
export class CoreModule {
|
export class CoreModule {
|
||||||
constructor(@Optional() @SkipSelf() parentModule: CoreModule) {
|
constructor(@Optional() @SkipSelf() parentModule: CoreModule) {
|
||||||
throwIfAlreadyLoaded(parentModule, 'CoreModule');
|
throwIfAlreadyLoaded(parentModule, CoreModule.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
static forRoot(): ModuleWithProviders<CoreModule> {
|
static forRoot(): ModuleWithProviders<CoreModule> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue