Back to Angular

Api Items Section.Component

adev/src/app/features/references/api-items-section/api-items-section.component.html

22.0.0-next.10186 B
Original Source

@for (apiItem of group().items; track apiItem.url) { - {{ apiItem.title }} @if (apiItem.deprecated) { DEPR } @if (apiItem.experimental) { EXP } @if (apiItem.developerPreview) { DEV } }