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

Remove standalone: true from every instance since it's the default as of Angular 19.
pull/14267/head^2
Oscar Hinton 11 months ago committed by GitHub
parent 8967fc21db
commit 8b46e33e97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

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

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

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

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

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

Loading…
Cancel
Save