@nrwl/angular 13.6.1 → 13.7.0
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/esm2020/src/runtime/nx/data-persistence.mjs +3 -3
- package/esm2020/src/runtime/nx/nx.module.mjs +4 -4
- package/fesm2015/nrwl-angular.mjs +7 -7
- package/fesm2020/nrwl-angular.mjs +7 -7
- package/migrations.json +93 -0
- package/package.json +8 -8
- package/src/utils/versions.d.ts +2 -2
- package/src/utils/versions.js +3 -3
|
@@ -294,9 +294,9 @@ export class DataPersistence {
|
|
|
294
294
|
return this.actions.pipe(withLatestFrom(this.store), navigation(component, opts));
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
|
-
DataPersistence.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
298
|
-
DataPersistence.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
297
|
+
DataPersistence.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DataPersistence, deps: [{ token: i1.Store }, { token: i2.Actions }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
298
|
+
DataPersistence.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DataPersistence });
|
|
299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DataPersistence, decorators: [{
|
|
300
300
|
type: Injectable
|
|
301
301
|
}], ctorParameters: function () { return [{ type: i1.Store }, { type: i2.Actions }]; } });
|
|
302
302
|
function findSnapshot(component, s) {
|
|
@@ -11,10 +11,10 @@ export class NxModule {
|
|
|
11
11
|
return { ngModule: NxModule, providers: [DataPersistence] };
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
NxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
15
|
-
NxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.
|
|
16
|
-
NxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
14
|
+
NxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
+
NxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule });
|
|
16
|
+
NxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule, decorators: [{
|
|
18
18
|
type: NgModule,
|
|
19
19
|
args: [{}]
|
|
20
20
|
}] });
|
|
@@ -295,9 +295,9 @@ class DataPersistence {
|
|
|
295
295
|
return this.actions.pipe(withLatestFrom(this.store), navigation(component, opts));
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
|
-
DataPersistence.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
299
|
-
DataPersistence.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
298
|
+
DataPersistence.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DataPersistence, deps: [{ token: i1.Store }, { token: i2.Actions }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
299
|
+
DataPersistence.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DataPersistence });
|
|
300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DataPersistence, decorators: [{
|
|
301
301
|
type: Injectable
|
|
302
302
|
}], ctorParameters: function () { return [{ type: i1.Store }, { type: i2.Actions }]; } });
|
|
303
303
|
function findSnapshot(component, s) {
|
|
@@ -334,10 +334,10 @@ class NxModule {
|
|
|
334
334
|
return { ngModule: NxModule, providers: [DataPersistence] };
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
|
-
NxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
338
|
-
NxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.
|
|
339
|
-
NxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.
|
|
340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
337
|
+
NxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
338
|
+
NxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule });
|
|
339
|
+
NxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule });
|
|
340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule, decorators: [{
|
|
341
341
|
type: NgModule,
|
|
342
342
|
args: [{}]
|
|
343
343
|
}] });
|
|
@@ -295,9 +295,9 @@ class DataPersistence {
|
|
|
295
295
|
return this.actions.pipe(withLatestFrom(this.store), navigation(component, opts));
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
|
-
DataPersistence.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
299
|
-
DataPersistence.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
298
|
+
DataPersistence.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DataPersistence, deps: [{ token: i1.Store }, { token: i2.Actions }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
299
|
+
DataPersistence.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DataPersistence });
|
|
300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: DataPersistence, decorators: [{
|
|
301
301
|
type: Injectable
|
|
302
302
|
}], ctorParameters: function () { return [{ type: i1.Store }, { type: i2.Actions }]; } });
|
|
303
303
|
function findSnapshot(component, s) {
|
|
@@ -334,10 +334,10 @@ class NxModule {
|
|
|
334
334
|
return { ngModule: NxModule, providers: [DataPersistence] };
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
|
-
NxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
338
|
-
NxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.
|
|
339
|
-
NxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.
|
|
340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
337
|
+
NxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
338
|
+
NxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule });
|
|
339
|
+
NxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule });
|
|
340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: NxModule, decorators: [{
|
|
341
341
|
type: NgModule,
|
|
342
342
|
args: [{}]
|
|
343
343
|
}] });
|
package/migrations.json
CHANGED
|
@@ -1247,6 +1247,99 @@
|
|
|
1247
1247
|
"alwaysAddToPackageJson": false
|
|
1248
1248
|
}
|
|
1249
1249
|
}
|
|
1250
|
+
},
|
|
1251
|
+
"13.7.0": {
|
|
1252
|
+
"version": "13.7.0-beta.0",
|
|
1253
|
+
"packages": {
|
|
1254
|
+
"@angular/cli": {
|
|
1255
|
+
"version": "~13.2.0",
|
|
1256
|
+
"alwaysAddToPackageJson": false
|
|
1257
|
+
},
|
|
1258
|
+
"@angular-devkit/build-angular": {
|
|
1259
|
+
"version": "~13.2.0",
|
|
1260
|
+
"alwaysAddToPackageJson": false
|
|
1261
|
+
},
|
|
1262
|
+
"@angular-devkit/build-optimizer": {
|
|
1263
|
+
"version": "~0.1302.0",
|
|
1264
|
+
"alwaysAddToPackageJson": false
|
|
1265
|
+
},
|
|
1266
|
+
"@angular/core": {
|
|
1267
|
+
"version": "~13.2.0",
|
|
1268
|
+
"alwaysAddToPackageJson": true
|
|
1269
|
+
},
|
|
1270
|
+
"@angular/common": {
|
|
1271
|
+
"version": "~13.2.0",
|
|
1272
|
+
"alwaysAddToPackageJson": false
|
|
1273
|
+
},
|
|
1274
|
+
"@angular/forms": {
|
|
1275
|
+
"version": "~13.2.0",
|
|
1276
|
+
"alwaysAddToPackageJson": false
|
|
1277
|
+
},
|
|
1278
|
+
"@angular/elements": {
|
|
1279
|
+
"version": "~13.2.0",
|
|
1280
|
+
"alwaysAddToPackageJson": false
|
|
1281
|
+
},
|
|
1282
|
+
"@angular/compiler": {
|
|
1283
|
+
"version": "~13.2.0",
|
|
1284
|
+
"alwaysAddToPackageJson": false
|
|
1285
|
+
},
|
|
1286
|
+
"@angular/compiler-cli": {
|
|
1287
|
+
"version": "~13.2.0",
|
|
1288
|
+
"alwaysAddToPackageJson": false
|
|
1289
|
+
},
|
|
1290
|
+
"@angular/localize": {
|
|
1291
|
+
"version": "~13.2.0",
|
|
1292
|
+
"alwaysAddToPackageJson": false
|
|
1293
|
+
},
|
|
1294
|
+
"@angular/platform-browser": {
|
|
1295
|
+
"version": "~13.2.0",
|
|
1296
|
+
"alwaysAddToPackageJson": false
|
|
1297
|
+
},
|
|
1298
|
+
"@angular/platform-browser-dynamic": {
|
|
1299
|
+
"version": "~13.2.0",
|
|
1300
|
+
"alwaysAddToPackageJson": false
|
|
1301
|
+
},
|
|
1302
|
+
"@angular/platform-server": {
|
|
1303
|
+
"version": "~13.2.0",
|
|
1304
|
+
"alwaysAddToPackageJson": false
|
|
1305
|
+
},
|
|
1306
|
+
"@angular/router": {
|
|
1307
|
+
"version": "~13.2.0",
|
|
1308
|
+
"alwaysAddToPackageJson": false
|
|
1309
|
+
},
|
|
1310
|
+
"@angular/upgrade": {
|
|
1311
|
+
"version": "~13.2.0",
|
|
1312
|
+
"alwaysAddToPackageJson": false
|
|
1313
|
+
},
|
|
1314
|
+
"@angular/language-service": {
|
|
1315
|
+
"version": "~13.2.0",
|
|
1316
|
+
"alwaysAddToPackageJson": false
|
|
1317
|
+
},
|
|
1318
|
+
"@angular/animations": {
|
|
1319
|
+
"version": "~13.2.0",
|
|
1320
|
+
"alwaysAddToPackageJson": false
|
|
1321
|
+
},
|
|
1322
|
+
"@angular/service-worker": {
|
|
1323
|
+
"version": "~13.2.0",
|
|
1324
|
+
"alwaysAddToPackageJson": false
|
|
1325
|
+
},
|
|
1326
|
+
"@angular/material": {
|
|
1327
|
+
"version": "~13.2.0",
|
|
1328
|
+
"alwaysAddToPackageJson": false
|
|
1329
|
+
},
|
|
1330
|
+
"@angular/cdk": {
|
|
1331
|
+
"version": "~13.2.0",
|
|
1332
|
+
"alwaysAddToPackageJson": false
|
|
1333
|
+
},
|
|
1334
|
+
"ng-packagr": {
|
|
1335
|
+
"version": "~13.2.0",
|
|
1336
|
+
"alwaysAddToPackageJson": false
|
|
1337
|
+
},
|
|
1338
|
+
"typescript": {
|
|
1339
|
+
"version": "~4.5.2",
|
|
1340
|
+
"alwaysAddToPackageJson": false
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1250
1343
|
}
|
|
1251
1344
|
}
|
|
1252
1345
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/angular",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.7.0",
|
|
4
4
|
"description": "Angular Plugin for Nx",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"migrations": "./migrations.json"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@angular-devkit/schematics": "~13.
|
|
59
|
-
"@nrwl/cypress": "13.
|
|
60
|
-
"@nrwl/devkit": "13.
|
|
61
|
-
"@nrwl/jest": "13.
|
|
62
|
-
"@nrwl/linter": "13.
|
|
63
|
-
"@nrwl/storybook": "13.
|
|
64
|
-
"@schematics/angular": "~13.
|
|
58
|
+
"@angular-devkit/schematics": "~13.2.0",
|
|
59
|
+
"@nrwl/cypress": "13.7.0",
|
|
60
|
+
"@nrwl/devkit": "13.7.0",
|
|
61
|
+
"@nrwl/jest": "13.7.0",
|
|
62
|
+
"@nrwl/linter": "13.7.0",
|
|
63
|
+
"@nrwl/storybook": "13.7.0",
|
|
64
|
+
"@schematics/angular": "~13.2.0",
|
|
65
65
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
66
66
|
"ignore": "^5.0.4",
|
|
67
67
|
"jasmine-marbles": "~0.8.4",
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const nxVersion = "*";
|
|
2
|
-
export declare const angularVersion = "~13.
|
|
3
|
-
export declare const angularDevkitVersion = "~13.
|
|
2
|
+
export declare const angularVersion = "~13.2.0";
|
|
3
|
+
export declare const angularDevkitVersion = "~13.2.0";
|
|
4
4
|
export declare const angularJsVersion = "1.7.9";
|
|
5
5
|
export declare const ngrxVersion = "~13.0.0";
|
|
6
6
|
export declare const rxjsVersion = "~7.4.0";
|
package/src/utils/versions.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.autoprefixerVersion = exports.postcssVersion = exports.tailwindVersion = exports.angularArchitectsModuleFederationPluginVersion = exports.angularEslintVersion = exports.jestPresetAngularVersion = exports.rxjsVersion = exports.ngrxVersion = exports.angularJsVersion = exports.angularDevkitVersion = exports.angularVersion = exports.nxVersion = void 0;
|
|
4
|
-
exports.nxVersion = '13.
|
|
5
|
-
exports.angularVersion = '~13.
|
|
6
|
-
exports.angularDevkitVersion = '~13.
|
|
4
|
+
exports.nxVersion = '13.7.0';
|
|
5
|
+
exports.angularVersion = '~13.2.0';
|
|
6
|
+
exports.angularDevkitVersion = '~13.2.0';
|
|
7
7
|
exports.angularJsVersion = '1.7.9';
|
|
8
8
|
exports.ngrxVersion = '~13.0.0';
|
|
9
9
|
exports.rxjsVersion = '~7.4.0';
|