@intellegens/cornerstone-client-angular 0.0.9999-alpha-8 → 0.0.9999-alpha-10
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.
|
@@ -158,10 +158,10 @@ class AngularAuthService {
|
|
|
158
158
|
setUser(user) {
|
|
159
159
|
this._currentUser.set(user);
|
|
160
160
|
}
|
|
161
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
162
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
161
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: AngularAuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
162
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: AngularAuthService, providedIn: 'root' });
|
|
163
163
|
}
|
|
164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: AngularAuthService, decorators: [{
|
|
165
165
|
type: Injectable,
|
|
166
166
|
args: [{
|
|
167
167
|
providedIn: 'root',
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intellegens/cornerstone-client-angular",
|
|
3
|
-
"version": "0.0.9999-alpha-
|
|
3
|
+
"version": "0.0.9999-alpha-10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishable": true,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@angular/common": "
|
|
9
|
-
"@angular/compiler": "
|
|
10
|
-
"@angular/core": "
|
|
11
|
-
"@angular/forms": "
|
|
12
|
-
"@angular/platform-browser": "
|
|
13
|
-
"@angular/router": "
|
|
14
|
-
"rxjs": "
|
|
15
|
-
"@intellegens/cornerstone-client": "
|
|
8
|
+
"@angular/common": "^20.0.0",
|
|
9
|
+
"@angular/compiler": "^20.0.0",
|
|
10
|
+
"@angular/core": "^20.0.0",
|
|
11
|
+
"@angular/forms": "^20.0.0",
|
|
12
|
+
"@angular/platform-browser": "^20.0.0",
|
|
13
|
+
"@angular/router": "^20.0.0",
|
|
14
|
+
"rxjs": "~7.8.0",
|
|
15
|
+
"@intellegens/cornerstone-client": "0.0.9999-alpha-10"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"tslib": "
|
|
18
|
+
"tslib": "^2.3.0"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2022/intellegens-cornerstone-client-angular.mjs",
|
|
21
21
|
"typings": "index.d.ts",
|