mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 09:20:12 +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
|
|
@ -6,6 +6,8 @@ import { DashboardComponent } from './dashboard/dashboard.component';
|
|||
import { UiFeaturesComponent } from './ui-features/ui-features.component';
|
||||
import { ComponentsComponent } from './components/components.component';
|
||||
import { MapsComponent } from './maps/maps.component';
|
||||
import { NgxChartsComponent } from './charts/charts.component';
|
||||
import { NgxEditorsComponent } from './editors/editors.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
|
|
@ -16,6 +18,8 @@ const routes: Routes = [
|
|||
{ path: 'ui-features', component: UiFeaturesComponent },
|
||||
{ path: 'components', component: ComponentsComponent },
|
||||
{ path: 'maps', component: MapsComponent },
|
||||
{ path: 'charts', component: NgxChartsComponent },
|
||||
{ path: 'editors', loadChildren: './editors/editors.module#NgxEditorsModule' },
|
||||
{ path: '', redirectTo: 'dashboard', pathMatch: 'full' },
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue