File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
src/app/containers/default-layout Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 5555 <!-- Main content -->
5656 < main class ="main ">
5757 <!-- Breadcrumb -->
58- < ol class =" breadcrumb " >
59- < app-breadcrumb > </ app -breadcrumb>
58+ <!-- breaking change 'cui- breadcrumb' -- >
59+ < cui -breadcrumb>
6060 <!-- Breadcrumb Menu-->
6161 < li class ="breadcrumb-menu d-md-down-none ">
6262 < div class ="btn-group " role ="group " aria-label ="Button group with nested dropdown ">
6565 < a class ="btn " href ="# "> < i class ="icon-settings "> </ i > Settings</ a >
6666 </ div >
6767 </ li >
68- </ ol >
68+ </ cui-breadcrumb >
69+ <!-- deprecation warning for 'app-breadcrumb' -->
70+ <!--<ol class="breadcrumb">-->
71+ <!--<app-breadcrumb></app-breadcrumb>-->
72+ <!--<!– Breadcrumb Menu–>-->
73+ <!--<li class="breadcrumb-menu d-md-down-none">-->
74+ <!--<div class="btn-group" role="group" aria-label="Button group with nested dropdown">-->
75+ <!--<a class="btn" href="#"><i class="icon-speech"></i></a>-->
76+ <!--<a class="btn" [routerLink]="['/dashboard']"><i class="icon-graph"></i> Dashboard</a>-->
77+ <!--<a class="btn" href="#"><i class="icon-settings"></i> Settings</a>-->
78+ <!--</div>-->
79+ <!--</li>-->
80+ <!--</ol>-->
6981 < div class ="container-fluid ">
7082 < router-outlet > </ router-outlet >
7183 </ div > <!-- /.container-fluid -->
Original file line number Diff line number Diff line change 11import { Component , OnDestroy , Inject } from '@angular/core' ;
22import { DOCUMENT } from '@angular/common' ;
3- import { navItems } from './. ./../_nav' ;
3+ import { navItems } from '../../_nav' ;
44
55
66@Component ( {
You can’t perform that action at this time.
0 commit comments