@nrwl/angular 13.3.0-beta.19 → 13.3.0-beta.22
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/angular",
|
|
3
|
-
"version": "13.3.0-beta.
|
|
3
|
+
"version": "13.3.0-beta.22",
|
|
4
4
|
"description": "Angular Plugin for Nx",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,10 +17,6 @@
|
|
|
17
17
|
"Cypress",
|
|
18
18
|
"CLI"
|
|
19
19
|
],
|
|
20
|
-
"main": "./bundles/nrwl-angular.umd.js",
|
|
21
|
-
"types": "./nrwl-angular.d.ts",
|
|
22
|
-
"module": "fesm2015/nrwl-angular.mjs",
|
|
23
|
-
"es2015": "esm2015/nrwl-angular.js",
|
|
24
20
|
"exports": {
|
|
25
21
|
"./generators": "./generators.js",
|
|
26
22
|
"./tailwind": "./tailwind.js",
|
|
@@ -59,11 +55,11 @@
|
|
|
59
55
|
},
|
|
60
56
|
"dependencies": {
|
|
61
57
|
"@angular-devkit/schematics": "~13.0.0",
|
|
62
|
-
"@nrwl/cypress": "13.3.0-beta.
|
|
63
|
-
"@nrwl/devkit": "13.3.0-beta.
|
|
64
|
-
"@nrwl/jest": "13.3.0-beta.
|
|
65
|
-
"@nrwl/linter": "13.3.0-beta.
|
|
66
|
-
"@nrwl/storybook": "13.3.0-beta.
|
|
58
|
+
"@nrwl/cypress": "13.3.0-beta.22",
|
|
59
|
+
"@nrwl/devkit": "13.3.0-beta.22",
|
|
60
|
+
"@nrwl/jest": "13.3.0-beta.22",
|
|
61
|
+
"@nrwl/linter": "13.3.0-beta.22",
|
|
62
|
+
"@nrwl/storybook": "13.3.0-beta.22",
|
|
67
63
|
"@schematics/angular": "~13.0.0",
|
|
68
64
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
69
65
|
"ignore": "^5.0.4",
|
|
@@ -75,6 +71,7 @@
|
|
|
75
71
|
"tsconfig-paths": "^3.9.0",
|
|
76
72
|
"tslib": "^2.3.0"
|
|
77
73
|
},
|
|
74
|
+
"module": "fesm2015/nrwl-angular.mjs",
|
|
78
75
|
"es2020": "fesm2020/nrwl-angular.mjs",
|
|
79
76
|
"esm2020": "esm2020/nrwl-angular.mjs",
|
|
80
77
|
"fesm2020": "fesm2020/nrwl-angular.mjs",
|
|
File without changes
|
|
@@ -3,6 +3,7 @@ import { ActivatedRouteSnapshot } from '@angular/router';
|
|
|
3
3
|
import { Actions } from '@ngrx/effects';
|
|
4
4
|
import { Action, Store, ActionCreator } from '@ngrx/store';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* See {@link DataPersistence.pessimisticUpdate} for more information.
|
|
8
9
|
*/
|
|
@@ -241,4 +242,6 @@ export declare class DataPersistence<T> {
|
|
|
241
242
|
* ```
|
|
242
243
|
*/
|
|
243
244
|
navigation(component: Type<any>, opts: HandleNavigationOpts<T>): Observable<any>;
|
|
245
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataPersistence<any>, never>;
|
|
246
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DataPersistence<any>>;
|
|
244
247
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
/**
|
|
3
4
|
* @whatItDoes Provides services for enterprise Angular applications.
|
|
4
5
|
*
|
|
@@ -6,4 +7,7 @@ import { ModuleWithProviders } from '@angular/core';
|
|
|
6
7
|
*/
|
|
7
8
|
export declare class NxModule {
|
|
8
9
|
static forRoot(): ModuleWithProviders<NxModule>;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NxModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NxModule, never, never, never>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NxModule>;
|
|
9
13
|
}
|
package/src/utils/versions.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.angularArchitectsModuleFederationPluginVersion = exports.storybookVersion = exports.angularEslintVersion = exports.jestPresetAngularVersion = exports.rxjsVersion = exports.ngrxVersion = exports.angularJsVersion = exports.angularDevkitVersion = exports.angularVersion = exports.nxVersion = void 0;
|
|
4
|
-
exports.nxVersion = '13.3.0-beta.
|
|
4
|
+
exports.nxVersion = '13.3.0-beta.22';
|
|
5
5
|
exports.angularVersion = '^13.0.0';
|
|
6
6
|
exports.angularDevkitVersion = '~13.0.0';
|
|
7
7
|
exports.angularJsVersion = '1.7.9';
|