mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Remove standalone true from dirt (#15041)
Remove standalone: true from every instance since it's the default as of Angular 19.
This commit is contained in:
@@ -9,7 +9,6 @@ import { TypographyModule } from "@bitwarden/components";
|
||||
@Component({
|
||||
selector: "dirt-card",
|
||||
templateUrl: "./card.component.html",
|
||||
standalone: true,
|
||||
imports: [CommonModule, TypographyModule, JslibModule],
|
||||
host: {
|
||||
class:
|
||||
|
||||
Reference in New Issue
Block a user