@resolveio/client-lib-core 21.0.24 → 21.0.25
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
|
@@ -1709,7 +1709,7 @@ interface CanComponentDeactivate {
|
|
|
1709
1709
|
canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
|
|
1710
1710
|
}
|
|
1711
1711
|
declare class CanDeactivateGuard {
|
|
1712
|
-
canDeactivate(component: CanComponentDeactivate): boolean |
|
|
1712
|
+
canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
|
|
1713
1713
|
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
|
|
1714
1714
|
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
|
|
1715
1715
|
}
|