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.
2 parents 98bb760 + f65607b commit 503e753Copy full SHA for 503e753
projects/igniteui-angular/src/lib/drop-down/drop-down-item.base.ts
@@ -187,7 +187,7 @@ export class IgxDropDownItemBaseDirective implements DoCheck {
187
*
188
* ```html
189
* <!--set-->
190
- * <igx-dropdown-item *ngFor="let item of items">
+ * <igx-drop-down-item *ngFor="let item of items">
191
* <div *ngIf="items.indexOf(item) === 5; then item.isHeader = true">
192
* {{item.field}}
193
* </div>
0 commit comments