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.
@@ -44,6 +44,10 @@ export declare class AtxHttpMockConsoleService implements OnDestroy {
44
44
  * @private
45
45
  */
46
46
  ngOnDestroy(): void;
47
+ /**
48
+ * @private
49
+ */
50
+ private beforUnloadHandler;
47
51
  /**
48
52
  * @private
49
53
  */
@@ -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 AppBrigeService {
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<AppBrigeService, never>;
79
- static ɵprov: i0.ɵɵInjectableDeclaration<AppBrigeService>;
78
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppBridgeService, never>;
79
+ static ɵprov: i0.ɵɵInjectableDeclaration<AppBridgeService>;
80
80
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-toolbox",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^18.0.0",