@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.
- package/bundles/pepperi-addons-ngx-lib.umd.js +1 -2
- package/bundles/pepperi-addons-ngx-lib.umd.js.map +1 -1
- package/esm2015/core/common/services/addon.service.js +2 -2
- package/esm2015/ngx-lib.module.js +1 -3
- package/fesm2015/pepperi-addons-ngx-lib.js +2 -3
- package/fesm2015/pepperi-addons-ngx-lib.js.map +1 -1
- package/package.json +1 -1
- package/pepperi-addons-ngx-lib.metadata.json +1 -1
|
@@ -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,
|