| | |
| | | import { TranslateModule } from '@ngx-translate/core'; |
| | | import { I18NService } from '@core/i18n/i18n.service'; |
| | | |
| | | // region: zorro modules |
| | | |
| | | import { |
| | | // LoggerModule, |
| | | // NzLocaleModule, |
| | |
| | | AdImageModule, |
| | | AdUtilsModule |
| | | } from '@delon/abc'; |
| | | import { _HttpClient } from '@delon/theme/services/http/http.client'; |
| | | import { CoreModule } from '@core/core.module'; |
| | | const ABCMODULES = [ |
| | | AdAvatarListModule, |
| | | AdChartsModule, |
| | |
| | | providers: [ |
| | | // ng-zorro-antd Services |
| | | NzNotificationService, |
| | | NzMessageService |
| | | NzMessageService |
| | | ] |
| | | }; |
| | | } |