mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
refactor(app): rename components, move tinymce to separate file
This commit is contained in:
parent
923e56c3d2
commit
3ac268a096
40 changed files with 199 additions and 136 deletions
|
|
@ -10,14 +10,14 @@ import { PagesRoutingModule } from './pages-routing.module';
|
|||
import { ThemeModule } from '../@theme/theme.module';
|
||||
import { MapsComponent } from './maps/maps.component';
|
||||
import { ComponentsComponent } from './components/components.component';
|
||||
import { NgxChartsComponent } from './charts/charts.component';
|
||||
import { ChartsComponent } from './charts/charts.component';
|
||||
|
||||
const PAGES_COMPONENTS = [
|
||||
PagesComponent,
|
||||
DashboardComponent,
|
||||
MapsComponent,
|
||||
ComponentsComponent,
|
||||
NgxChartsComponent,
|
||||
ChartsComponent,
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue