Upgrade to Angular 16

update ngx-file-drop
Update ng-bootstrap, ng-select, cookie-service and ui-tour
Update setup-jest.ts
bump typescript to 5.1.6

bump ngx-color and tslib
This commit is contained in:
shamoon
2023-07-01 16:47:08 -07:00
parent e3ac7b28e9
commit 4207d99e4f
7 changed files with 3569 additions and 3979 deletions

View File

@@ -1,4 +1,3 @@
import { CanDeactivate } from '@angular/router'
import { Injectable } from '@angular/core'
import { Observable } from 'rxjs'
@@ -7,7 +6,7 @@ export interface ComponentCanDeactivate {
}
@Injectable()
export class DirtyDocGuard implements CanDeactivate<ComponentCanDeactivate> {
export class DirtyDocGuard {
canDeactivate(
component: ComponentCanDeactivate
): boolean | Observable<boolean> {