1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Platform - Prefer signal & change detection (#16946)

This commit is contained in:
Oscar Hinton
2025-10-27 15:13:17 +01:00
committed by GitHub
parent 942f403ed0
commit abc6e54bb9
8 changed files with 42 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ export interface ApproveSshRequestParams {
action: string;
}
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
@Component({
selector: "app-approve-ssh-request",
templateUrl: "approve-ssh-request.html",