@pepperi-addons/ngx-lib 0.3.15-beta.62 → 0.3.15-beta.63

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.
@@ -2798,7 +2798,7 @@
2798
2798
  }
2799
2799
  Object.defineProperty(PepAddonService.prototype, "devServer", {
2800
2800
  get: function () {
2801
- return this.route.snapshot.queryParamMap.get('devServer') === 'true';
2801
+ return this.route ? this.route.snapshot.queryParamMap.get('devServer') === 'true' : false;
2802
2802
  },
2803
2803
  enumerable: false,
2804
2804
  configurable: true
@@ -5087,7 +5087,6 @@
5087
5087
  i1$1.CommonModule,
5088
5088
  i3.HttpClientModule,
5089
5089
  i3$1.ReactiveFormsModule,
5090
- i6.RouterModule,
5091
5090
  ],
5092
5091
  exports: [
5093
5092
  pipeList,