We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d00b1 commit 9029500Copy full SHA for 9029500
src/app/layout/default-layout/_nav.ts
@@ -178,6 +178,16 @@ export const navItems: INavData[] = [
178
url: '/forms',
179
iconComponent: { name: 'cil-notes' },
180
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
191
{
192
name: 'Form Control',
193
url: '/forms/form-control',
0 commit comments