|
@@ -14,6 +14,7 @@ import { NotificationService } from '../../providers/notification/notification.s
|
|
|
|
|
|
|
|
@Directive({
|
|
@Directive({
|
|
|
selector: '[vdrBaseNav]',
|
|
selector: '[vdrBaseNav]',
|
|
|
|
|
+ standalone: false,
|
|
|
})
|
|
})
|
|
|
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
|
export class BaseNavComponent implements OnInit, OnDestroy {
|
|
export class BaseNavComponent implements OnInit, OnDestroy {
|