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