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 55
55
<!-- Main content -->
56
56
< main class ="main ">
57
57
<!-- Breadcrumb -->
58
- < ol class =" breadcrumb " >
59
- < app-breadcrumb > </ app -breadcrumb>
58
+ <!-- breaking change 'cui- breadcrumb' -- >
59
+ < cui -breadcrumb>
60
60
<!-- Breadcrumb Menu-->
61
61
< li class ="breadcrumb-menu d-md-down-none ">
62
62
< div class ="btn-group " role ="group " aria-label ="Button group with nested dropdown ">
65
65
< a class ="btn " href ="# "> < i class ="icon-settings "> </ i > Settings</ a >
66
66
</ div >
67
67
</ 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>-->
69
81
< div class ="container-fluid ">
70
82
< router-outlet > </ router-outlet >
71
83
</ div > <!-- /.container-fluid -->
Original file line number Diff line number Diff line change 1
1
import { Component , OnDestroy , Inject } from '@angular/core' ;
2
2
import { DOCUMENT } from '@angular/common' ;
3
- import { navItems } from './. ./../_nav' ;
3
+ import { navItems } from '../../_nav' ;
4
4
5
5
6
6
@Component ( {
You can’t perform that action at this time.
0 commit comments