src/app/core/core.module.ts
@@ -1,16 +1,11 @@ import { NgModule, Optional, SkipSelf } from '@angular/core'; import { throwIfAlreadyLoaded } from './module-import-guard'; import { AlainThemeModule } from '@delon/theme'; import { I18NService } from './i18n/i18n.service'; import { _HttpClient } from '@delon/theme/services/http/http.client'; @NgModule({ imports: [ AlainThemeModule.forRoot() ], providers: [ I18NService, _HttpClient I18NService ] }) export class CoreModule {