mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[CL-714] Remove standalone true from tools (#15039)
Remove standalone: true from every instance since it's the default as of Angular 19.
This commit is contained in:
@@ -29,7 +29,6 @@ import { EmptyCredentialHistoryComponent } from "./empty-credential-history.comp
|
||||
|
||||
@Component({
|
||||
templateUrl: "credential-generator-history-dialog.component.html",
|
||||
standalone: true,
|
||||
imports: [
|
||||
ButtonModule,
|
||||
CommonModule,
|
||||
|
||||
@@ -27,7 +27,6 @@ import { GeneratorModule } from "./generator.module";
|
||||
import { translate } from "./util";
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
selector: "bit-credential-generator-history",
|
||||
templateUrl: "credential-generator-history.component.html",
|
||||
imports: [
|
||||
|
||||
@@ -6,7 +6,6 @@ import { IconModule, TypographyModule } from "@bitwarden/components";
|
||||
import { NoCredentialsIcon } from "./icons/no-credentials.icon";
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
selector: "bit-empty-credential-history",
|
||||
templateUrl: "empty-credential-history.component.html",
|
||||
imports: [JslibModule, IconModule, TypographyModule],
|
||||
|
||||
@@ -11,7 +11,6 @@ import { TypographyModule } from "@bitwarden/components";
|
||||
import { I18nPipe } from "@bitwarden/ui-common";
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
selector: "nudge-generator-spotlight",
|
||||
templateUrl: "nudge-generator-spotlight.component.html",
|
||||
imports: [I18nPipe, SpotlightComponent, AsyncPipe, CommonModule, TypographyModule],
|
||||
|
||||
Reference in New Issue
Block a user