mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[PM-5820] Upgrade angular to 16 (#7638)
Upgrade Angular and related dependencies to v16.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Directive, EventEmitter, Input, Output } from "@angular/core";
|
||||
import { ActivatedRoute } from "@angular/router";
|
||||
|
||||
/**
|
||||
* Base class used in `NavGroupComponent` and `NavItemComponent`
|
||||
@@ -25,6 +26,11 @@ export abstract class NavBaseComponent {
|
||||
*/
|
||||
@Input() route: string | any[];
|
||||
|
||||
/**
|
||||
* Passed to internal `routerLink`
|
||||
*/
|
||||
@Input() relativeTo?: ActivatedRoute | null;
|
||||
|
||||
/**
|
||||
* If this item is used within a tree, set `variant` to `"tree"`
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user