mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 00:40:12 +01:00
feat(ui-features): add a typography page
This commit is contained in:
parent
c0f39a1dec
commit
ada9ac9c1d
14 changed files with 257 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import { ButtonsComponent } from './buttons/buttons.component';
|
|||
import { GridComponent } from './grid/grid.component';
|
||||
import { IconsComponent } from './icons/icons.component';
|
||||
import { ModalsComponent } from './modals/modals.component';
|
||||
import { TypographyComponent } from './typography/typography.component';
|
||||
|
||||
const routes: Routes = [{
|
||||
path: '',
|
||||
|
|
@ -22,6 +23,9 @@ const routes: Routes = [{
|
|||
}, {
|
||||
path: 'modals',
|
||||
component: ModalsComponent,
|
||||
}, {
|
||||
path: 'typography',
|
||||
component: TypographyComponent,
|
||||
}],
|
||||
}];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue