monkey-front-core 0.0.428 → 0.0.430

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.
@@ -9,8 +9,8 @@ export declare abstract class MonkeyEcxCommonsResolveService extends MonkeyEcxCo
9
9
  private action;
10
10
  private actionPagination;
11
11
  private selector;
12
- private route;
13
- private currentRoute;
12
+ protected route: string | null;
13
+ protected currentRoute: string | null;
14
14
  protected paginationService: MonkeyEcxPaginationService;
15
15
  protected translateService: TranslateService;
16
16
  protected router: Router;
@@ -1,6 +1,6 @@
1
1
  export * from './alerts';
2
2
  export * from './auth';
3
- export * from './commons/monkeyecx-commons.service';
3
+ export * from './commons';
4
4
  export * from './config/monkeyecx-config.module';
5
5
  export * from './config/monkeyecx-config.service';
6
6
  export * from './config/monkeyecx-currency-config.service';
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.428",
3
+ "version": "0.0.430",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file