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

18 lines
426 B
HTML

@if ((pullRequest$ | async); as pr) {
<div
class="op-pull-request-macro"
>
<op-github-pull-request-state class="op-pull-request-macro--state"
[small]="true"
[state]="pullRequestState"
/>
<span [innerHTML]="displayText$ | async"></span>
</div>
} @else {
<op-content-loader
viewBox="0 0 200 5"
>
<svg:rect x="0" y="0" width="100%" height="5" rx="1" />
</op-content-loader>
}