@trudb/tru-common-lib 0.0.360 → 0.0.362
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.
|
@@ -4503,9 +4503,12 @@ class TruAuthCache {
|
|
|
4503
4503
|
}
|
|
4504
4504
|
}
|
|
4505
4505
|
TruAuthCache.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TruAuthCache, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4506
|
-
TruAuthCache.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TruAuthCache });
|
|
4506
|
+
TruAuthCache.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TruAuthCache, providedIn: "root" });
|
|
4507
4507
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TruAuthCache, decorators: [{
|
|
4508
|
-
type: Injectable
|
|
4508
|
+
type: Injectable,
|
|
4509
|
+
args: [{
|
|
4510
|
+
providedIn: "root",
|
|
4511
|
+
}]
|
|
4509
4512
|
}] });
|
|
4510
4513
|
|
|
4511
4514
|
class TruAuth {
|