oip-common 0.0.10 → 0.0.11
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/fesm2022/oip-common.mjs
CHANGED
|
@@ -1519,11 +1519,10 @@ class SecurityService extends OidcSecurityService {
|
|
|
1519
1519
|
}));
|
|
1520
1520
|
}
|
|
1521
1521
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: SecurityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1522
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: SecurityService
|
|
1522
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: SecurityService }); }
|
|
1523
1523
|
}
|
|
1524
1524
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: SecurityService, decorators: [{
|
|
1525
|
-
type: Injectable
|
|
1526
|
-
args: [{ providedIn: 'root' }]
|
|
1525
|
+
type: Injectable
|
|
1527
1526
|
}], ctorParameters: () => [] });
|
|
1528
1527
|
|
|
1529
1528
|
/**
|