mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-02 15:48:49 +01:00
fix(ui features): import missing modules
This commit is contained in:
parent
4f619c19f7
commit
c39860d5d4
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { NbCardModule, NbIconModule, NbPopoverModule, NbSearchModule } from '@nebular/theme';
|
||||
|
||||
import { ThemeModule } from '../../@theme/theme.module';
|
||||
import { UiFeaturesRoutingModule } from './ui-features-routing.module';
|
||||
|
|
@ -18,6 +19,10 @@ const components = [
|
|||
|
||||
@NgModule({
|
||||
imports: [
|
||||
NbCardModule,
|
||||
NbPopoverModule,
|
||||
NbSearchModule,
|
||||
NbIconModule,
|
||||
ThemeModule,
|
||||
UiFeaturesRoutingModule,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue