refactor
This commit is contained in:
parent
076894abcd
commit
6d82b10cd3
@ -23,7 +23,6 @@ import {FloatLabelDemoComponent} from './demo/view/floatlabeldemo.component';
|
||||
import {InvalidStateDemoComponent} from './demo/view/invalidstatedemo.component';
|
||||
import {AppTimelineDemoComponent} from './pages/app.timelinedemo.component';
|
||||
import {IconsDemoComponent} from './demo/view/iconsdemo.component';
|
||||
|
||||
import {SeatDemoComponent} from './demo/view/menu/seatdemo.component';
|
||||
import {PersonalDemoComponent} from './demo/view/menu/personaldemo.component';
|
||||
import {ConfirmationDemoComponent} from './demo/view/menu/confirmationdemo.component';
|
||||
|
@ -285,7 +285,7 @@ export class MenusDemoComponent implements OnInit {
|
||||
this.breadcrumbItems.push({ label: 'Item' });
|
||||
|
||||
this.routeItems = [
|
||||
{label: 'Personal',routerLink:''},
|
||||
{label: 'Personal', routerLink:''},
|
||||
{label: 'Seat', routerLink:'seat'},
|
||||
{label: 'Payment', routerLink:'payment'},
|
||||
{label: 'Confirmation', routerLink:'confirmation'},
|
||||
|
Loading…
Reference in New Issue
Block a user