monkey-front-core 21.0.38 → 21.0.39
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1292,9 +1292,7 @@ declare function provideDomainServiceWorker(workerUrl: string): i0.EnvironmentPr
|
|
|
1292
1292
|
declare abstract class MonkeyEcxBaseResolver implements Resolve<any> {
|
|
1293
1293
|
readonly router: Router;
|
|
1294
1294
|
readonly paramsSubject: BehaviorSubject<Partial<MonkeyEcxBaseResolverParams>>;
|
|
1295
|
-
readonly dataSubject: BehaviorSubject<Partial<MonkeyEcxBaseResolverData>>;
|
|
1296
1295
|
readonly params$: Observable<Partial<MonkeyEcxBaseResolverParams>>;
|
|
1297
|
-
readonly data$: Observable<Partial<MonkeyEcxBaseResolverData>>;
|
|
1298
1296
|
control: i0.WritableSignal<Partial<MonkeyEcxServiceControl>>;
|
|
1299
1297
|
data: i0.WritableSignal<Partial<MonkeyEcxBaseResolverData> | null>;
|
|
1300
1298
|
get pathParams(): any;
|
|
Binary file
|