1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

[PM-23399] Angular 19 and type script 5.6 (#835)

* angular 18 upgrade

* wip

* wip

* remove @types/glob, fix jest version, use standalone: false

* clean up

* npm ci
This commit is contained in:
Brandon Treston
2025-07-24 09:50:16 -04:00
committed by GitHub
parent 6789a14527
commit 3013e5f06f
20 changed files with 7609 additions and 3196 deletions

View File

@@ -2,6 +2,7 @@ import { Directive, HostListener } from "@angular/core";
@Directive({
selector: "[appStopClick]",
standalone: false,
})
export class StopClickDirective {
@HostListener("click", ["$event"]) onClick($event: MouseEvent) {