mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-03 12:20:15 +01:00
refactor(app): remove shared module, export dependencies through
This commit is contained in:
parent
b5666805bf
commit
3880ab3d74
13 changed files with 27 additions and 86 deletions
|
|
@ -1,8 +1,7 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { NbTabsetModule, NbUserModule } from '@nebular/theme';
|
||||
import { AngularEchartsModule } from 'ngx-echarts';
|
||||
|
||||
import { SharedModule } from '../../shared.module';
|
||||
import { ThemeModule } from '../../@theme/theme.module';
|
||||
import { DashboardComponent } from './dashboard.component';
|
||||
import { StatusCardComponent } from './status-card/status-card.component';
|
||||
import { ContactsComponent } from './contacts/contacts.component';
|
||||
|
|
@ -20,11 +19,10 @@ import { PlayerComponent } from './player/player.component';
|
|||
import { TrafficComponent } from './traffic/traffic.component';
|
||||
import { TrafficChartComponent } from './traffic/traffic-chart.component';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
NbTabsetModule,
|
||||
NbUserModule,
|
||||
SharedModule,
|
||||
ThemeModule,
|
||||
AngularEchartsModule,
|
||||
],
|
||||
declarations: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue