sass-references/angular-material/material/core/option/optgroup.html

10 lines
283 B
HTML
Raw Normal View History

2024-12-06 10:42:08 +08:00
<span
class="mat-mdc-optgroup-label"
role="presentation"
[class.mdc-list-item--disabled]="disabled"
[id]="_labelId">
<span class="mdc-list-item__primary-text">{{ label }} <ng-content></ng-content></span>
</span>
<ng-content select="mat-option, ng-container"></ng-content>