@magic-xpa/angular 4.1200.0-dev4120.157 → 4.1200.0-dev4120.158

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
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@magic-xpa/angular",
3
- "version": "4.1200.0-dev4120.157",
3
+ "version": "4.1200.0-dev4120.158",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "dependencies": {
6
- "@magic-xpa/engine": "4.1200.0-dev4120.157",
7
- "@magic-xpa/angular-material-core": "4.1200.0-dev4120.157",
6
+ "@magic-xpa/engine": "4.1200.0-dev4120.158",
7
+ "@magic-xpa/angular-material-core": "4.1200.0-dev4120.158",
8
8
  "ng-dynamic-component": "~10.7.0",
9
9
  "rxjs": "7.8.1",
10
10
  "@maskito/angular": "^1.4.0",
@@ -21,6 +21,7 @@ export declare class RouterContainerMagicComponent implements OnInit {
21
21
  private componentRef;
22
22
  private parentMgSubformService;
23
23
  private static lastRoute;
24
+ private routePath;
24
25
  static get LastRoute(): string;
25
26
  /**
26
27
  *
@@ -43,6 +44,7 @@ export declare class RouterContainerMagicComponent implements OnInit {
43
44
  * Cleanup
44
45
  */
45
46
  ngOnDestroy(): void;
47
+ getRouterPath(): string;
46
48
  static ɵfac: i0.ɵɵFactoryDeclaration<RouterContainerMagicComponent, never>;
47
49
  static ɵcmp: i0.ɵɵComponentDeclaration<RouterContainerMagicComponent, "magic-route-outlet", never, {}, {}, never, never, false, never>;
48
50
  }