mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-09 07:02:35 +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 { NgModule } from '@angular/core';
|
||||||
|
import { NbCardModule, NbIconModule, NbPopoverModule, NbSearchModule } from '@nebular/theme';
|
||||||
|
|
||||||
import { ThemeModule } from '../../@theme/theme.module';
|
import { ThemeModule } from '../../@theme/theme.module';
|
||||||
import { UiFeaturesRoutingModule } from './ui-features-routing.module';
|
import { UiFeaturesRoutingModule } from './ui-features-routing.module';
|
||||||
|
|
@ -18,6 +19,10 @@ const components = [
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
|
NbCardModule,
|
||||||
|
NbPopoverModule,
|
||||||
|
NbSearchModule,
|
||||||
|
NbIconModule,
|
||||||
ThemeModule,
|
ThemeModule,
|
||||||
UiFeaturesRoutingModule,
|
UiFeaturesRoutingModule,
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue