1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 02:19:18 +00:00

Merge branch 'main' into tools/pm-21774/send-list-page-updates

This commit is contained in:
Mike Amirault
2026-01-09 11:20:42 -05:00
committed by GitHub
203 changed files with 7178 additions and 276 deletions

View File

@@ -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,
})