1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

DIRT - Prefer signal & change detection (#16939)

This commit is contained in:
Oscar Hinton
2025-10-24 18:17:58 +02:00
committed by GitHub
parent 1da4fd2261
commit fc26a21b85
32 changed files with 144 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ import {
import { PhishingDetectionService } from "../services/phishing-detection.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({
selector: "dirt-phishing-warning",
standalone: true,

View File

@@ -6,6 +6,8 @@ import { Component } from "@angular/core";
import { JslibModule } from "@bitwarden/angular/jslib.module";
import { ButtonModule, LinkModule } 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({
selector: "dirt-phishing-protected-by",
standalone: true,