@resolveio/client-lib-core 21.4.5 → 21.4.6
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
|
@@ -2406,7 +2406,7 @@ interface CanComponentDeactivate {
|
|
|
2406
2406
|
canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
|
|
2407
2407
|
}
|
|
2408
2408
|
declare class CanDeactivateGuard {
|
|
2409
|
-
canDeactivate(component: CanComponentDeactivate): boolean |
|
|
2409
|
+
canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
|
|
2410
2410
|
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
|
|
2411
2411
|
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
|
|
2412
2412
|
}
|