tnx-shared 5.3.30 → 5.3.31
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 -4
- 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/intercepters/permission-utils.interceptor.js +2 -9
- package/fesm2015/tnx-shared.js +1 -4
- package/fesm2015/tnx-shared.js.map +1 -1
- package/intercepters/permission-utils.interceptor.d.ts.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -27513,11 +27513,8 @@
|
|
|
27513
27513
|
};
|
|
27514
27514
|
return PermissionUtilsInterceptor;
|
|
27515
27515
|
}());
|
|
27516
|
-
PermissionUtilsInterceptor.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function PermissionUtilsInterceptor_Factory() { return new PermissionUtilsInterceptor(i0__namespace.ɵɵinject(AuthenService), i0__namespace.ɵɵinject(ModuleConfigService), i0__namespace.ɵɵinject(ApplicationContextService)); }, token: PermissionUtilsInterceptor, providedIn: "root" });
|
|
27517
27516
|
PermissionUtilsInterceptor.decorators = [
|
|
27518
|
-
{ type: i0.Injectable
|
|
27519
|
-
providedIn: 'root'
|
|
27520
|
-
},] }
|
|
27517
|
+
{ type: i0.Injectable }
|
|
27521
27518
|
];
|
|
27522
27519
|
PermissionUtilsInterceptor.ctorParameters = function () { return [
|
|
27523
27520
|
{ type: AuthenService },
|