Skip to content

Commit 9029500

Browse files
committed
refactor(navItems): add autocomplete pro component docs link
1 parent 03d00b1 commit 9029500

File tree

1 file changed

+10
-0
lines changed
  • src/app/layout/default-layout

1 file changed

+10
-0
lines changed

src/app/layout/default-layout/_nav.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,16 @@ export const navItems: INavData[] = [
178178
url: '/forms',
179179
iconComponent: { name: 'cil-notes' },
180180
children: [
181+
{
182+
name: 'Autocomplete',
183+
url: 'https://coreui.io/angular/docs/forms/autocomplete/',
184+
icon: 'nav-icon-bullet',
185+
badge: {
186+
color: 'danger',
187+
text: 'PRO'
188+
},
189+
attributes: { target: '_blank' }
190+
},
181191
{
182192
name: 'Form Control',
183193
url: '/forms/form-control',

0 commit comments

Comments
 (0)