1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 19:53:43 +00:00

[PM-5820] Upgrade angular to 16 (#7638)

Upgrade Angular and related dependencies to v16.
This commit is contained in:
Oscar Hinton
2024-02-12 17:00:41 +01:00
committed by GitHub
parent 90328b1eba
commit 6b12968721
8 changed files with 1680 additions and 2320 deletions

View File

@@ -18,7 +18,7 @@ export class NavigationComponent {
);
constructor(
private route: ActivatedRoute,
protected route: ActivatedRoute,
private organizationService: OrganizationService,
) {}
}