mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(tables): import card module
This commit is contained in:
parent
a7ad9699e8
commit
b700c3645d
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { NbCardModule } from '@nebular/theme';
|
||||
import { Ng2SmartTableModule } from 'ng2-smart-table';
|
||||
|
||||
import { ThemeModule } from '../../@theme/theme.module';
|
||||
|
|
@ -6,6 +7,7 @@ import { TablesRoutingModule, routedComponents } from './tables-routing.module';
|
|||
|
||||
@NgModule({
|
||||
imports: [
|
||||
NbCardModule,
|
||||
ThemeModule,
|
||||
TablesRoutingModule,
|
||||
Ng2SmartTableModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue