@resolveio/client-lib-core 21.5.43 → 21.5.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2997,7 +2997,7 @@ interface CanComponentDeactivate {
|
|
|
2997
2997
|
canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
|
|
2998
2998
|
}
|
|
2999
2999
|
declare class CanDeactivateGuard {
|
|
3000
|
-
canDeactivate(component: CanComponentDeactivate): boolean |
|
|
3000
|
+
canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
|
|
3001
3001
|
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
|
|
3002
3002
|
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
|
|
3003
3003
|
}
|