1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[CL-714] Remove standalone true from autofill (#15037)

Remove standalone: true from every instance since it's the default as of Angular 19.
This commit is contained in:
Oscar Hinton
2025-06-02 21:47:53 +02:00
committed by GitHub
parent 8967fc21db
commit 8b46e33e97
7 changed files with 0 additions and 7 deletions

View File

@@ -17,7 +17,6 @@ import {
selector: "app-fido2-cipher-row",
templateUrl: "fido2-cipher-row.component.html",
changeDetection: ChangeDetectionStrategy.OnPush,
standalone: true,
imports: [
BadgeModule,
ButtonModule,

View File

@@ -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", [

View File

@@ -74,7 +74,6 @@ interface ViewData {
@Component({
selector: "app-fido2",
templateUrl: "fido2.component.html",
standalone: true,
imports: [
ButtonModule,
CommonModule,

View File

@@ -66,7 +66,6 @@ import { PopupPageComponent } from "../../../platform/popup/layout/popup-page.co
@Component({
templateUrl: "autofill.component.html",
standalone: true,
imports: [
CardComponent,
CheckboxModule,

View File

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

View File

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

View File

@@ -23,7 +23,6 @@ import { PopupPageComponent } from "../../../platform/popup/layout/popup-page.co
@Component({
templateUrl: "notifications.component.html",
standalone: true,
imports: [
CommonModule,
JslibModule,