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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user