mirror of
https://github.com/bitwarden/browser
synced 2026-01-19 00:43:25 +00:00
Remove standalone true from vault (#15040)
Remove standalone: true from every instance since it's the default as of Angular 19.
This commit is contained in:
@@ -15,7 +15,6 @@ import { SharedModule } from "../../../shared";
|
||||
@Component({
|
||||
imports: [SharedModule, AssignCollectionsComponent, PluralizePipe],
|
||||
templateUrl: "./assign-collections-web.component.html",
|
||||
standalone: true,
|
||||
})
|
||||
export class AssignCollectionsWebComponent {
|
||||
protected editableItemCount: number;
|
||||
|
||||
@@ -28,7 +28,6 @@ const WebStoreUrls: Partial<Record<DeviceType, string>> = {
|
||||
@Component({
|
||||
selector: "vault-browser-extension-prompt-install",
|
||||
templateUrl: "./browser-extension-prompt-install.component.html",
|
||||
standalone: true,
|
||||
imports: [CommonModule, I18nPipe, LinkModule],
|
||||
})
|
||||
export class BrowserExtensionPromptInstallComponent implements OnInit {
|
||||
|
||||
@@ -13,7 +13,6 @@ import {
|
||||
@Component({
|
||||
selector: "vault-browser-extension-prompt",
|
||||
templateUrl: "./browser-extension-prompt.component.html",
|
||||
standalone: true,
|
||||
imports: [CommonModule, I18nPipe, ButtonComponent, IconModule],
|
||||
})
|
||||
export class BrowserExtensionPromptComponent implements OnInit, OnDestroy {
|
||||
|
||||
@@ -122,7 +122,6 @@ export enum VaultItemDialogResult {
|
||||
@Component({
|
||||
selector: "app-vault-item-dialog",
|
||||
templateUrl: "vault-item-dialog.component.html",
|
||||
standalone: true,
|
||||
imports: [
|
||||
ButtonModule,
|
||||
CipherViewComponent,
|
||||
|
||||
@@ -19,7 +19,6 @@ import {
|
||||
@Component({
|
||||
selector: "vault-cipher-form-generator",
|
||||
template: "",
|
||||
standalone: true,
|
||||
})
|
||||
class MockCipherFormGenerator {
|
||||
@Input() type: "password" | "username" = "password";
|
||||
|
||||
@@ -36,7 +36,6 @@ export enum WebVaultGeneratorDialogAction {
|
||||
@Component({
|
||||
selector: "web-vault-generator-dialog",
|
||||
templateUrl: "./web-generator-dialog.component.html",
|
||||
standalone: true,
|
||||
imports: [CommonModule, CipherFormGeneratorComponent, ButtonModule, DialogModule, I18nPipe],
|
||||
})
|
||||
export class WebVaultGeneratorDialogComponent {
|
||||
|
||||
Reference in New Issue
Block a user