diff --git a/apps/browser/src/autofill/popup/fido2/fido2-cipher-row.component.ts b/apps/browser/src/autofill/popup/fido2/fido2-cipher-row.component.ts index 02df3ffe9b3..074e23d642d 100644 --- a/apps/browser/src/autofill/popup/fido2/fido2-cipher-row.component.ts +++ b/apps/browser/src/autofill/popup/fido2/fido2-cipher-row.component.ts @@ -17,7 +17,6 @@ import { selector: "app-fido2-cipher-row", templateUrl: "fido2-cipher-row.component.html", changeDetection: ChangeDetectionStrategy.OnPush, - standalone: true, imports: [ BadgeModule, ButtonModule, diff --git a/apps/browser/src/autofill/popup/fido2/fido2-use-browser-link.component.ts b/apps/browser/src/autofill/popup/fido2/fido2-use-browser-link.component.ts index 91d97ac96dc..27fe88130de 100644 --- a/apps/browser/src/autofill/popup/fido2/fido2-use-browser-link.component.ts +++ b/apps/browser/src/autofill/popup/fido2/fido2-use-browser-link.component.ts @@ -20,7 +20,6 @@ import { BrowserFido2UserInterfaceSession } from "../../fido2/services/browser-f @Component({ selector: "app-fido2-use-browser-link", templateUrl: "fido2-use-browser-link.component.html", - standalone: true, imports: [A11yModule, CdkConnectedOverlay, CdkOverlayOrigin, CommonModule, JslibModule], animations: [ trigger("transformPanel", [ diff --git a/apps/browser/src/autofill/popup/fido2/fido2.component.ts b/apps/browser/src/autofill/popup/fido2/fido2.component.ts index 996d1bb6176..3107b60f475 100644 --- a/apps/browser/src/autofill/popup/fido2/fido2.component.ts +++ b/apps/browser/src/autofill/popup/fido2/fido2.component.ts @@ -74,7 +74,6 @@ interface ViewData { @Component({ selector: "app-fido2", templateUrl: "fido2.component.html", - standalone: true, imports: [ ButtonModule, CommonModule, diff --git a/apps/browser/src/autofill/popup/settings/autofill.component.ts b/apps/browser/src/autofill/popup/settings/autofill.component.ts index 8c5c8e600a0..9e83c3fc2c5 100644 --- a/apps/browser/src/autofill/popup/settings/autofill.component.ts +++ b/apps/browser/src/autofill/popup/settings/autofill.component.ts @@ -66,7 +66,6 @@ import { PopupPageComponent } from "../../../platform/popup/layout/popup-page.co @Component({ templateUrl: "autofill.component.html", - standalone: true, imports: [ CardComponent, CheckboxModule, diff --git a/apps/browser/src/autofill/popup/settings/blocked-domains.component.ts b/apps/browser/src/autofill/popup/settings/blocked-domains.component.ts index c59ce24c7c4..15379eff436 100644 --- a/apps/browser/src/autofill/popup/settings/blocked-domains.component.ts +++ b/apps/browser/src/autofill/popup/settings/blocked-domains.component.ts @@ -44,7 +44,6 @@ import { PopupRouterCacheService } from "../../../platform/popup/view-cache/popu @Component({ selector: "app-blocked-domains", templateUrl: "blocked-domains.component.html", - standalone: true, imports: [ ButtonModule, CardComponent, diff --git a/apps/browser/src/autofill/popup/settings/excluded-domains.component.ts b/apps/browser/src/autofill/popup/settings/excluded-domains.component.ts index 504d2dbfc17..a5bfad726f5 100644 --- a/apps/browser/src/autofill/popup/settings/excluded-domains.component.ts +++ b/apps/browser/src/autofill/popup/settings/excluded-domains.component.ts @@ -45,7 +45,6 @@ import { PopupRouterCacheService } from "../../../platform/popup/view-cache/popu @Component({ selector: "app-excluded-domains", templateUrl: "excluded-domains.component.html", - standalone: true, imports: [ ButtonModule, CardComponent, diff --git a/apps/browser/src/autofill/popup/settings/notifications.component.ts b/apps/browser/src/autofill/popup/settings/notifications.component.ts index 476b601c4e5..cb10dec620b 100644 --- a/apps/browser/src/autofill/popup/settings/notifications.component.ts +++ b/apps/browser/src/autofill/popup/settings/notifications.component.ts @@ -23,7 +23,6 @@ import { PopupPageComponent } from "../../../platform/popup/layout/popup-page.co @Component({ templateUrl: "notifications.component.html", - standalone: true, imports: [ CommonModule, JslibModule, diff --git a/apps/browser/src/billing/popup/settings/premium-v2.component.ts b/apps/browser/src/billing/popup/settings/premium-v2.component.ts index ff0e8efd646..fde44688349 100644 --- a/apps/browser/src/billing/popup/settings/premium-v2.component.ts +++ b/apps/browser/src/billing/popup/settings/premium-v2.component.ts @@ -29,7 +29,6 @@ import { PopupPageComponent } from "../../../platform/popup/layout/popup-page.co @Component({ selector: "app-premium", templateUrl: "premium-v2.component.html", - standalone: true, imports: [ ButtonModule, CardComponent, diff --git a/apps/web/src/app/billing/accounts/trial-initiation/trial-billing-step.component.ts b/apps/web/src/app/billing/accounts/trial-initiation/trial-billing-step.component.ts index 63c42139648..fda7faeeb25 100644 --- a/apps/web/src/app/billing/accounts/trial-initiation/trial-billing-step.component.ts +++ b/apps/web/src/app/billing/accounts/trial-initiation/trial-billing-step.component.ts @@ -68,7 +68,6 @@ export enum SubscriptionProduct { selector: "app-trial-billing-step", templateUrl: "trial-billing-step.component.html", imports: [BillingSharedModule], - standalone: true, }) export class TrialBillingStepComponent implements OnInit, OnDestroy { @ViewChild(PaymentComponent) paymentComponent: PaymentComponent; diff --git a/apps/web/src/app/billing/members/add-sponsorship-dialog.component.ts b/apps/web/src/app/billing/members/add-sponsorship-dialog.component.ts index 7e6c0d464c3..f3c01e41dbb 100644 --- a/apps/web/src/app/billing/members/add-sponsorship-dialog.component.ts +++ b/apps/web/src/app/billing/members/add-sponsorship-dialog.component.ts @@ -38,7 +38,6 @@ interface AddSponsorshipDialogParams { @Component({ templateUrl: "add-sponsorship-dialog.component.html", - standalone: true, imports: [ JslibModule, ButtonModule, diff --git a/apps/web/src/app/billing/organizations/change-plan-dialog.component.ts b/apps/web/src/app/billing/organizations/change-plan-dialog.component.ts index a6e8670d944..f6e271f2347 100644 --- a/apps/web/src/app/billing/organizations/change-plan-dialog.component.ts +++ b/apps/web/src/app/billing/organizations/change-plan-dialog.component.ts @@ -109,7 +109,6 @@ interface OnSuccessArgs { @Component({ templateUrl: "./change-plan-dialog.component.html", - standalone: true, imports: [BillingSharedModule], }) export class ChangePlanDialogComponent implements OnInit, OnDestroy { diff --git a/apps/web/src/app/billing/organizations/organization-plans.component.ts b/apps/web/src/app/billing/organizations/organization-plans.component.ts index aad3b8df763..ca8db39a047 100644 --- a/apps/web/src/app/billing/organizations/organization-plans.component.ts +++ b/apps/web/src/app/billing/organizations/organization-plans.component.ts @@ -77,7 +77,6 @@ const Allowed2020PlansForLegacyProviders = [ @Component({ selector: "app-organization-plans", templateUrl: "organization-plans.component.html", - standalone: true, imports: [BillingSharedModule, OrganizationCreateModule], }) export class OrganizationPlansComponent implements OnInit, OnDestroy { diff --git a/apps/web/src/app/billing/shared/billing-free-families-nav-item.component.ts b/apps/web/src/app/billing/shared/billing-free-families-nav-item.component.ts index ad322645270..60b46c2b64e 100644 --- a/apps/web/src/app/billing/shared/billing-free-families-nav-item.component.ts +++ b/apps/web/src/app/billing/shared/billing-free-families-nav-item.component.ts @@ -10,7 +10,6 @@ import { BillingSharedModule } from "./billing-shared.module"; @Component({ selector: "billing-free-families-nav-item", templateUrl: "./billing-free-families-nav-item.component.html", - standalone: true, imports: [NavigationModule, BillingSharedModule], }) export class BillingFreeFamiliesNavItemComponent { diff --git a/apps/web/src/app/billing/shared/payment/payment-label.component.ts b/apps/web/src/app/billing/shared/payment/payment-label.component.ts index 80a4087456d..025727d1d1e 100644 --- a/apps/web/src/app/billing/shared/payment/payment-label.component.ts +++ b/apps/web/src/app/billing/shared/payment/payment-label.component.ts @@ -14,7 +14,6 @@ import { SharedModule } from "../../../shared"; @Component({ selector: "app-payment-label", templateUrl: "./payment-label.component.html", - standalone: true, imports: [FormFieldModule, SharedModule], }) export class PaymentLabelComponent { diff --git a/apps/web/src/app/billing/shared/payment/payment.component.ts b/apps/web/src/app/billing/shared/payment/payment.component.ts index 75db7779a04..afb67dec883 100644 --- a/apps/web/src/app/billing/shared/payment/payment.component.ts +++ b/apps/web/src/app/billing/shared/payment/payment.component.ts @@ -22,7 +22,6 @@ import { PaymentLabelComponent } from "./payment-label.component"; @Component({ selector: "app-payment", templateUrl: "./payment.component.html", - standalone: true, imports: [BillingServicesModule, SharedModule, PaymentLabelComponent], }) export class PaymentComponent implements OnInit, OnDestroy { diff --git a/apps/web/src/app/billing/shared/tax-info.component.ts b/apps/web/src/app/billing/shared/tax-info.component.ts index 74e2ab35cb9..35c4a3fcc4e 100644 --- a/apps/web/src/app/billing/shared/tax-info.component.ts +++ b/apps/web/src/app/billing/shared/tax-info.component.ts @@ -21,7 +21,6 @@ import { SharedModule } from "../../shared"; @Component({ selector: "app-tax-info", templateUrl: "tax-info.component.html", - standalone: true, imports: [SharedModule], }) export class TaxInfoComponent implements OnInit, OnDestroy { diff --git a/apps/web/src/app/billing/shared/verify-bank-account/verify-bank-account.component.ts b/apps/web/src/app/billing/shared/verify-bank-account/verify-bank-account.component.ts index d2cd473d3d3..b7cdfbe60a2 100644 --- a/apps/web/src/app/billing/shared/verify-bank-account/verify-bank-account.component.ts +++ b/apps/web/src/app/billing/shared/verify-bank-account/verify-bank-account.component.ts @@ -10,7 +10,6 @@ import { SharedModule } from "../../../shared"; @Component({ selector: "app-verify-bank-account", templateUrl: "./verify-bank-account.component.html", - standalone: true, imports: [SharedModule], }) export class VerifyBankAccountComponent { diff --git a/apps/web/src/app/billing/warnings/free-trial-warning.component.ts b/apps/web/src/app/billing/warnings/free-trial-warning.component.ts index e83873e9d6b..b000878bf66 100644 --- a/apps/web/src/app/billing/warnings/free-trial-warning.component.ts +++ b/apps/web/src/app/billing/warnings/free-trial-warning.component.ts @@ -37,7 +37,6 @@ import { } `, - standalone: true, imports: [AnchorLinkDirective, AsyncPipe, BannerComponent, I18nPipe], }) export class FreeTrialWarningComponent implements OnInit { diff --git a/apps/web/src/app/billing/warnings/reseller-renewal-warning.component.ts b/apps/web/src/app/billing/warnings/reseller-renewal-warning.component.ts index fc94e85e28d..6bcfba5ce6c 100644 --- a/apps/web/src/app/billing/warnings/reseller-renewal-warning.component.ts +++ b/apps/web/src/app/billing/warnings/reseller-renewal-warning.component.ts @@ -27,7 +27,6 @@ import { } `, - standalone: true, imports: [AsyncPipe, BannerComponent], }) export class ResellerRenewalWarningComponent implements OnInit { diff --git a/apps/web/src/app/key-management/migrate-encryption/migrate-legacy-encryption.component.ts b/apps/web/src/app/key-management/migrate-encryption/migrate-legacy-encryption.component.ts index 62456d96401..f6685a749a2 100644 --- a/apps/web/src/app/key-management/migrate-encryption/migrate-legacy-encryption.component.ts +++ b/apps/web/src/app/key-management/migrate-encryption/migrate-legacy-encryption.component.ts @@ -19,7 +19,6 @@ import { UserKeyRotationService } from "../key-rotation/user-key-rotation.servic // The master key was originally used to encrypt user data, before the user key was introduced. // This component is used to migrate from the old encryption scheme to the new one. @Component({ - standalone: true, imports: [SharedModule, UserKeyRotationModule], templateUrl: "migrate-legacy-encryption.component.html", }) diff --git a/bitwarden_license/bit-web/src/app/billing/providers/clients/manage-clients.component.ts b/bitwarden_license/bit-web/src/app/billing/providers/clients/manage-clients.component.ts index a57e6351349..de9e63cd509 100644 --- a/bitwarden_license/bit-web/src/app/billing/providers/clients/manage-clients.component.ts +++ b/bitwarden_license/bit-web/src/app/billing/providers/clients/manage-clients.component.ts @@ -51,7 +51,6 @@ import { ReplacePipe } from "./replace.pipe"; @Component({ templateUrl: "manage-clients.component.html", - standalone: true, imports: [ AvatarModule, TableModule, diff --git a/bitwarden_license/bit-web/src/app/billing/providers/clients/no-clients.component.ts b/bitwarden_license/bit-web/src/app/billing/providers/clients/no-clients.component.ts index 7e4323d7603..768f22c5738 100644 --- a/bitwarden_license/bit-web/src/app/billing/providers/clients/no-clients.component.ts +++ b/bitwarden_license/bit-web/src/app/billing/providers/clients/no-clients.component.ts @@ -24,7 +24,6 @@ const gearIcon = svgIcon` @Component({ selector: "app-no-clients", - standalone: true, imports: [SharedOrganizationModule], template: `
diff --git a/bitwarden_license/bit-web/src/app/billing/providers/clients/replace.pipe.ts b/bitwarden_license/bit-web/src/app/billing/providers/clients/replace.pipe.ts index 4a06e85f533..ad8c6a8940c 100644 --- a/bitwarden_license/bit-web/src/app/billing/providers/clients/replace.pipe.ts +++ b/bitwarden_license/bit-web/src/app/billing/providers/clients/replace.pipe.ts @@ -2,7 +2,6 @@ import { Pipe, PipeTransform } from "@angular/core"; @Pipe({ name: "replace", - standalone: true, }) export class ReplacePipe implements PipeTransform { transform(value: string, pattern: string, replacement: string): string { diff --git a/libs/key-management-ui/src/key-rotation/key-rotation-trust-info.component.ts b/libs/key-management-ui/src/key-rotation/key-rotation-trust-info.component.ts index 51e6058ae5b..a2d3de3b30f 100644 --- a/libs/key-management-ui/src/key-rotation/key-rotation-trust-info.component.ts +++ b/libs/key-management-ui/src/key-rotation/key-rotation-trust-info.component.ts @@ -20,7 +20,6 @@ type KeyRotationTrustDialogData = { @Component({ selector: "key-rotation-trust-info", templateUrl: "key-rotation-trust-info.component.html", - standalone: true, imports: [ CommonModule, JslibModule, diff --git a/libs/key-management-ui/src/lock/components/lock.component.ts b/libs/key-management-ui/src/lock/components/lock.component.ts index 3cb0dbaca52..ef91f2a03f1 100644 --- a/libs/key-management-ui/src/lock/components/lock.component.ts +++ b/libs/key-management-ui/src/lock/components/lock.component.ts @@ -77,7 +77,6 @@ const AUTOPROMPT_BIOMETRICS_PROCESS_RELOAD_DELAY = 5000; @Component({ selector: "bit-lock", templateUrl: "lock.component.html", - standalone: true, imports: [ CommonModule, JslibModule, diff --git a/libs/key-management-ui/src/trust/account-recovery-trust.component.ts b/libs/key-management-ui/src/trust/account-recovery-trust.component.ts index e1ec390a460..8eec776bbb6 100644 --- a/libs/key-management-ui/src/trust/account-recovery-trust.component.ts +++ b/libs/key-management-ui/src/trust/account-recovery-trust.component.ts @@ -28,7 +28,6 @@ type AccountRecoveryTrustDialogData = { @Component({ selector: "account-recovery-trust", templateUrl: "account-recovery-trust.component.html", - standalone: true, imports: [ CommonModule, JslibModule, diff --git a/libs/key-management-ui/src/trust/emergency-access-trust.component.ts b/libs/key-management-ui/src/trust/emergency-access-trust.component.ts index 29ee64798e9..35c6b16c873 100644 --- a/libs/key-management-ui/src/trust/emergency-access-trust.component.ts +++ b/libs/key-management-ui/src/trust/emergency-access-trust.component.ts @@ -28,7 +28,6 @@ type EmergencyAccessTrustDialogData = { @Component({ selector: "emergency-access-trust", templateUrl: "emergency-access-trust.component.html", - standalone: true, imports: [ CommonModule, JslibModule,