angular-toolbox 1.0.0 → 1.1.1
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/README.md +1 -1
- package/esm2022/lib/model/service/mock/http/logging/atx-http-mock-console.service.mjs +9 -1
- package/esm2022/lib/model/service/ui/app-bridge.service.mjs +5 -5
- package/esm2022/lib/model/service/version/angular-toolbox-version.service.mjs +4 -4
- package/fesm2022/angular-toolbox.mjs +16 -8
- package/fesm2022/angular-toolbox.mjs.map +1 -1
- package/lib/model/service/mock/http/logging/atx-http-mock-console.service.d.ts +4 -0
- package/lib/model/service/ui/app-bridge.service.d.ts +3 -3
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ export declare const APP_PRIDGE_REF: string;
|
|
|
9
9
|
/**
|
|
10
10
|
* A utility service that allows dynamically injected HTML fragments, to interact with the Angular application.
|
|
11
11
|
*/
|
|
12
|
-
export declare class
|
|
12
|
+
export declare class AppBridgeService {
|
|
13
13
|
private _router;
|
|
14
14
|
private _zone;
|
|
15
15
|
private _document;
|
|
@@ -75,6 +75,6 @@ export declare class AppBrigeService {
|
|
|
75
75
|
* @private
|
|
76
76
|
*/
|
|
77
77
|
private checkCommandName;
|
|
78
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
79
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
78
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppBridgeService, never>;
|
|
79
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppBridgeService>;
|
|
80
80
|
}
|