mirror of
https://github.com/bitwarden/browser
synced 2026-02-20 11:24:07 +00:00
Migrates BreadcrumbComponent and BreadcrumbsComponent to OnPush and changes any property to computed signals.
7 lines
154 B
HTML
7 lines
154 B
HTML
<ng-template>
|
|
@if (icon(); as icon) {
|
|
<i class="bwi !tw-me-2" [class]="icon" aria-hidden="true"></i>
|
|
}
|
|
<ng-content></ng-content>
|
|
</ng-template>
|