File tree Expand file tree Collapse file tree 3 files changed +27
-6
lines changed
containers/default-layout Expand file tree Collapse file tree 3 files changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export const navItems: INavData[] = [
112
112
{
113
113
name : 'Dropdowns' ,
114
114
url : '/buttons/dropdowns'
115
- } ,
115
+ }
116
116
]
117
117
} ,
118
118
{
@@ -241,4 +241,22 @@ export const navItems: INavData[] = [
241
241
}
242
242
]
243
243
} ,
244
+ {
245
+ title : true ,
246
+ name : 'Links' ,
247
+ class : 'py-0'
248
+ } ,
249
+ {
250
+ name : 'Docs' ,
251
+ url : 'https://coreui.io/angular/docs/templates/installation' ,
252
+ iconComponent : { name : 'cil-description' } ,
253
+ attributes : { target : '_blank' , class : '-text-dark' } ,
254
+ class : 'mt-auto'
255
+ } ,
256
+ {
257
+ name : 'Try CoreUI PRO' ,
258
+ url : 'https://coreui.io/product/angular-dashboard-template/' ,
259
+ iconComponent : { name : 'cil-layers' } ,
260
+ attributes : { target : '_blank' }
261
+ }
244
262
] ;
Original file line number Diff line number Diff line change 41
41
<!--app-body-->
42
42
< div class ="body flex-grow-1 px-3 ">
43
43
< c-container breakpoint ="lg " class ="h-auto ">
44
- < router-outlet />
44
+ < router-outlet />
45
45
</ c-container >
46
46
</ div >
47
47
<!--app footer-->
48
- < app-default-footer />
48
+ < app-default-footer />
49
49
</ div >
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import {
39
39
cilCommentSquare ,
40
40
cilCreditCard ,
41
41
cilCursor ,
42
+ cilDescription ,
42
43
cilDollar ,
43
44
cilDrop ,
44
45
cilEnvelopeClosed ,
@@ -87,7 +88,7 @@ import {
87
88
cilUser ,
88
89
cilUserFemale ,
89
90
cilUserFollow ,
90
- cilUserUnfollow ,
91
+ cilUserUnfollow
91
92
} from '@coreui/icons' ;
92
93
93
94
export const iconSubset = {
@@ -131,6 +132,7 @@ export const iconSubset = {
131
132
cilCommentSquare,
132
133
cilCreditCard,
133
134
cilCursor,
135
+ cilDescription,
134
136
cilDollar,
135
137
cilDrop,
136
138
cilEnvelopeClosed,
@@ -179,7 +181,7 @@ export const iconSubset = {
179
181
cilUser,
180
182
cilUserFemale,
181
183
cilUserFollow,
182
- cilUserUnfollow,
184
+ cilUserUnfollow
183
185
} ;
184
186
185
187
export enum IconSubset {
@@ -215,14 +217,15 @@ export enum IconSubset {
215
217
cilCalendar = 'cilCalendar' ,
216
218
cilChart = 'cilChart' ,
217
219
cilChartPie = 'cilChartPie' ,
218
- cilCheck = 'cilCheck' ,
220
+ cilCheck = 'cilCheck' ,
219
221
cilChevronLeft = 'cilChevronLeft' ,
220
222
cilChevronRight = 'cilChevronRight' ,
221
223
cilCloudDownload = 'cilCloudDownload' ,
222
224
cilCode = 'cilCode' ,
223
225
cilCommentSquare = 'cilCommentSquare' ,
224
226
cilCreditCard = 'cilCreditCard' ,
225
227
cilCursor = 'cilCursor' ,
228
+ cilDescription = 'cilDescription' ,
226
229
cilDollar = 'cilDollar' ,
227
230
cilDrop = 'cilDrop' ,
228
231
cilEnvelopeClosed = 'cilEnvelopeClosed' ,
You can’t perform that action at this time.
0 commit comments