mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Autofill - Prefer signal & change detection (#16942)
This commit is contained in:
@@ -9,6 +9,8 @@ import {
|
|||||||
} from "../../autofill/services/desktop-fido2-user-interface.service";
|
} from "../../autofill/services/desktop-fido2-user-interface.service";
|
||||||
import { DesktopSettingsService } from "../../platform/services/desktop-settings.service";
|
import { DesktopSettingsService } from "../../platform/services/desktop-settings.service";
|
||||||
|
|
||||||
|
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
|
||||||
|
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
|
||||||
@Component({
|
@Component({
|
||||||
standalone: true,
|
standalone: true,
|
||||||
imports: [CommonModule],
|
imports: [CommonModule],
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ import {
|
|||||||
IconButtonModule,
|
IconButtonModule,
|
||||||
} from "@bitwarden/components";
|
} from "@bitwarden/components";
|
||||||
|
|
||||||
|
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
|
||||||
|
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "autotype-shortcut.component.html",
|
templateUrl: "autotype-shortcut.component.html",
|
||||||
imports: [
|
imports: [
|
||||||
|
|||||||
Reference in New Issue
Block a user