Files
Alexander Brandon Coles 718b07cf19 Migrate templates to self-closing tags
Automated conversion with:

    ng generate @angular/core:self-closing-tag
2025-09-16 10:45:40 +01:00

8 lines
218 B
HTML

<span
class="op-pull-request-state"
[class.op-pull-request-state_small]="small"
[ngClass]="'op-pull-request-state_' + state">
<op-icon icon-classes="button--icon icon-merge-branch" />
{{displayText}}
</span>