mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-30 22:28:50 +01:00
fix(extra components): import missing modules
This commit is contained in:
parent
4b249288f2
commit
448bf2a705
1 changed files with 25 additions and 0 deletions
|
|
@ -1,4 +1,18 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import {
|
||||
NbActionsModule,
|
||||
NbAlertModule,
|
||||
NbCalendarKitModule,
|
||||
NbCalendarModule,
|
||||
NbCalendarRangeModule,
|
||||
NbCardModule,
|
||||
NbChatModule,
|
||||
NbProgressBarModule,
|
||||
NbSelectModule,
|
||||
NbSpinnerModule,
|
||||
NbTabsetModule,
|
||||
} from '@nebular/theme';
|
||||
|
||||
import { ThemeModule } from '../../@theme/theme.module';
|
||||
import { ExtraComponentsRoutingModule } from './extra-components-routing.module';
|
||||
|
||||
|
|
@ -42,6 +56,17 @@ const COMPONENTS = [
|
|||
];
|
||||
|
||||
const MODULES = [
|
||||
NbAlertModule,
|
||||
NbActionsModule,
|
||||
NbCalendarModule,
|
||||
NbCalendarKitModule,
|
||||
NbCalendarRangeModule,
|
||||
NbCardModule,
|
||||
NbChatModule,
|
||||
NbProgressBarModule,
|
||||
NbSelectModule,
|
||||
NbSpinnerModule,
|
||||
NbTabsetModule,
|
||||
ThemeModule,
|
||||
ExtraComponentsRoutingModule,
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue