mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-05 05:10:16 +01:00
fix(tables): improve smart-table styles
This commit is contained in:
parent
bc536dbded
commit
0f546d950f
6 changed files with 21 additions and 74 deletions
|
|
@ -4,7 +4,7 @@ import { Ng2SmartTableModule } from 'ng2-smart-table';
|
|||
import { SharedModule } from '../../shared.module';
|
||||
|
||||
import { TablesRoutingModule, routedComponents } from './tables-routing.module';
|
||||
import { SmartTableService } from './smart-table/smart-table.service';
|
||||
import { SmartTableService } from '../../@core/data/smart-table.service';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue