tnx-shared 5.1.231 → 5.1.232
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/tnx-shared.umd.js +1 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/services/module-config.service.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
var ModuleConfigService = /** @class */ (function () {
|
|
666
666
|
function ModuleConfigService(moduleConfigVal) {
|
|
667
667
|
if (moduleConfigVal === void 0) { moduleConfigVal = null; }
|
|
668
|
-
if (moduleConfigVal) {
|
|
668
|
+
if (!moduleConfigVal) {
|
|
669
669
|
// get from session storage
|
|
670
670
|
var data = sessionStorage.getItem('moduleConfigVal');
|
|
671
671
|
if (data) {
|