mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 21:50:15 +00:00
Feature/pm 28788 desktop header UI migration (#18221)
Add desktop header component
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import { ChangeDetectionStrategy, Component, input } from "@angular/core";
|
||||
|
||||
import { TypographyDirective } from "../typography/typography.directive";
|
||||
|
||||
@Component({
|
||||
selector: "bit-header",
|
||||
templateUrl: "./header.component.html",
|
||||
imports: [TypographyDirective],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
standalone: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user