mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 17:30:14 +01:00
feat(aio): add a tinyMCE page, update an angular cli to 1.0.1, setup the polyfills
This commit is contained in:
parent
50e68f8780
commit
7ce8d8e1c5
31 changed files with 593 additions and 102 deletions
|
|
@ -11,6 +11,16 @@ import { ThemeModule } from '../@theme/theme.module';
|
|||
import { UiFeaturesComponent } from './ui-features/ui-features.component';
|
||||
import { MapsComponent } from './maps/maps.component';
|
||||
import { ComponentsComponent } from './components/components.component';
|
||||
import { NgxChartsComponent } from './charts/charts.component';
|
||||
|
||||
const PAGES_COMPONENTS = [
|
||||
PagesComponent,
|
||||
DashboardComponent,
|
||||
UiFeaturesComponent,
|
||||
MapsComponent,
|
||||
ComponentsComponent,
|
||||
NgxChartsComponent,
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
|
@ -21,11 +31,7 @@ import { ComponentsComponent } from './components/components.component';
|
|||
ThemeModule,
|
||||
],
|
||||
declarations: [
|
||||
PagesComponent,
|
||||
DashboardComponent,
|
||||
UiFeaturesComponent,
|
||||
MapsComponent,
|
||||
ComponentsComponent,
|
||||
...PAGES_COMPONENTS,
|
||||
],
|
||||
})
|
||||
export class PagesModule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue