mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
feat: add a bunch of new Nebular demos (#1911)
This commit is contained in:
parent
c594a5a4c5
commit
3f1f4c558b
185 changed files with 5176 additions and 422 deletions
|
|
@ -19,8 +19,14 @@ const routes: Routes = [{
|
|||
path: 'ui-features',
|
||||
loadChildren: './ui-features/ui-features.module#UiFeaturesModule',
|
||||
}, {
|
||||
path: 'components',
|
||||
loadChildren: './components/components.module#ComponentsModule',
|
||||
path: 'modal-overlays',
|
||||
loadChildren: './modal-overlays/modal-overlays.module#ModalOverlaysModule',
|
||||
}, {
|
||||
path: 'extra-components',
|
||||
loadChildren: './extra-components/extra-components.module#ExtraComponentsModule',
|
||||
}, {
|
||||
path: 'bootstrap',
|
||||
loadChildren: './bootstrap/bootstrap.module#BootstrapModule',
|
||||
}, {
|
||||
path: 'maps',
|
||||
loadChildren: './maps/maps.module#MapsModule',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue