mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 09:20:12 +01:00
buttons page in progress
This commit is contained in:
parent
85d5441f71
commit
85072185e9
19 changed files with 372 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import {Component, ViewEncapsulation} from '@angular/core';
|
|||
import {RouteConfig} from '@angular/router-deprecated';
|
||||
|
||||
import {Typography} from './components/typography';
|
||||
import {Buttons} from './components/buttons';
|
||||
|
||||
@Component({
|
||||
selector: 'ui',
|
||||
|
|
@ -17,6 +18,11 @@ import {Typography} from './components/typography';
|
|||
path: '/typography',
|
||||
useAsDefault: true
|
||||
},
|
||||
{
|
||||
name: 'Buttons',
|
||||
component: Buttons,
|
||||
path: '/buttons',
|
||||
}
|
||||
])
|
||||
export class Ui {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue