@rxap/plugin-angular 16.1.0-dev.16 → 16.1.0-dev.18
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [16.1.0-dev.18](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@16.1.0-dev.17...@rxap/plugin-angular@16.1.0-dev.18) (2023-09-08)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- use new error providers and interceptors ([328ecba](https://gitlab.com/rxap/packages/commit/328ecba3505e22ea71268e33f780eefb3f653f6b))
|
|
11
|
+
|
|
12
|
+
# [16.1.0-dev.17](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@16.1.0-dev.16...@rxap/plugin-angular@16.1.0-dev.17) (2023-09-07)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @rxap/plugin-angular
|
|
15
|
+
|
|
6
16
|
# [16.1.0-dev.16](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@16.1.0-dev.15...@rxap/plugin-angular@16.1.0-dev.16) (2023-09-03)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @rxap/plugin-angular
|
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ yarn add @rxap/plugin-angular
|
|
|
19
19
|
```
|
|
20
20
|
**Install peer dependencies:**
|
|
21
21
|
```bash
|
|
22
|
-
yarn add @nx/devkit@^16.5.0 @rxap/generator-utilities@^1.1.0-dev.
|
|
22
|
+
yarn add @nx/devkit@^16.5.0 @rxap/generator-utilities@^1.1.0-dev.10 @rxap/plugin-localazy@^16.1.0-dev.9 @rxap/plugin-utilities@^16.1.0-dev.12 @rxap/ts-morph@^0.1.0-dev.6 @rxap/workspace-ts-morph@^0.1.0-dev.6 @rxap/workspace-utilities@^0.1.0-dev.11 nx@^16.5.0 ts-morph@^18.0.0
|
|
23
23
|
```
|
|
24
24
|
**Execute the init generator:**
|
|
25
25
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rxap/plugin-angular",
|
|
3
|
-
"version": "16.1.0-dev.
|
|
3
|
+
"version": "16.1.0-dev.18",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"generators": "./generators.json",
|
|
6
6
|
"publishConfig": {
|
|
@@ -32,46 +32,50 @@
|
|
|
32
32
|
"email": "mmuenker@digitaix.com"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"
|
|
35
|
+
"ignore": "^5.2.4",
|
|
36
|
+
"process": "0.11.10",
|
|
37
|
+
"semver": "^7.3.5",
|
|
38
|
+
"tslib": "2.6.2",
|
|
39
|
+
"yaml": "2.3.1"
|
|
36
40
|
},
|
|
37
41
|
"peerDependencies": {
|
|
38
42
|
"@nx/devkit": "^16.5.0",
|
|
39
|
-
"@rxap/generator-utilities": "^1.1.0-dev.
|
|
40
|
-
"@rxap/plugin-localazy": "^16.1.0-dev.
|
|
41
|
-
"@rxap/plugin-utilities": "^16.1.0-dev.
|
|
42
|
-
"@rxap/ts-morph": "^0.1.0-dev.
|
|
43
|
-
"@rxap/workspace-ts-morph": "^0.1.0-dev.
|
|
44
|
-
"@rxap/workspace-utilities": "^0.1.0-dev.
|
|
43
|
+
"@rxap/generator-utilities": "^1.1.0-dev.10",
|
|
44
|
+
"@rxap/plugin-localazy": "^16.1.0-dev.9",
|
|
45
|
+
"@rxap/plugin-utilities": "^16.1.0-dev.12",
|
|
46
|
+
"@rxap/ts-morph": "^0.1.0-dev.6",
|
|
47
|
+
"@rxap/workspace-ts-morph": "^0.1.0-dev.6",
|
|
48
|
+
"@rxap/workspace-utilities": "^0.1.0-dev.11",
|
|
45
49
|
"nx": "^16.5.0",
|
|
46
50
|
"ts-morph": "^18.0.0",
|
|
47
|
-
"@rxap/node-utilities": "1.1.0-dev.
|
|
48
|
-
"@rxap/utilities": "16.0.0-dev.
|
|
51
|
+
"@rxap/node-utilities": "1.1.0-dev.7",
|
|
52
|
+
"@rxap/utilities": "16.0.0-dev.16"
|
|
49
53
|
},
|
|
50
54
|
"nx-migrations": {
|
|
51
55
|
"packageGroup": [
|
|
52
56
|
{
|
|
53
57
|
"package": "@rxap/generator-utilities",
|
|
54
|
-
"version": "1.1.0-dev.
|
|
58
|
+
"version": "1.1.0-dev.10"
|
|
55
59
|
},
|
|
56
60
|
{
|
|
57
61
|
"package": "@rxap/plugin-localazy",
|
|
58
|
-
"version": "16.1.0-dev.
|
|
62
|
+
"version": "16.1.0-dev.9"
|
|
59
63
|
},
|
|
60
64
|
{
|
|
61
65
|
"package": "@rxap/plugin-utilities",
|
|
62
|
-
"version": "16.1.0-dev.
|
|
66
|
+
"version": "16.1.0-dev.12"
|
|
63
67
|
},
|
|
64
68
|
{
|
|
65
69
|
"package": "@rxap/ts-morph",
|
|
66
|
-
"version": "0.1.0-dev.
|
|
70
|
+
"version": "0.1.0-dev.6"
|
|
67
71
|
},
|
|
68
72
|
{
|
|
69
73
|
"package": "@rxap/workspace-ts-morph",
|
|
70
|
-
"version": "0.1.0-dev.
|
|
74
|
+
"version": "0.1.0-dev.6"
|
|
71
75
|
},
|
|
72
76
|
{
|
|
73
77
|
"package": "@rxap/workspace-utilities",
|
|
74
|
-
"version": "0.1.0-dev.
|
|
78
|
+
"version": "0.1.0-dev.11"
|
|
75
79
|
},
|
|
76
80
|
{
|
|
77
81
|
"package": "@rxap/schematics-ts-morph",
|
|
@@ -81,6 +85,7 @@
|
|
|
81
85
|
},
|
|
82
86
|
"executors": "./executors.json",
|
|
83
87
|
"schematics": "./generators.json",
|
|
84
|
-
"gitHead": "
|
|
85
|
-
"main": "./src/index.js"
|
|
88
|
+
"gitHead": "d3476505d2c6a58fe8a7274093fde1817dea98fd",
|
|
89
|
+
"main": "./src/index.js",
|
|
90
|
+
"types": "./src/index.d.ts"
|
|
86
91
|
}
|
|
@@ -9,6 +9,10 @@ import {
|
|
|
9
9
|
withEnabledBlockingInitialNavigation,
|
|
10
10
|
} from '@angular/router';
|
|
11
11
|
import { RXAP_ENVIRONMENT } from '@rxap/environment';
|
|
12
|
+
import {
|
|
13
|
+
HttpErrorInterceptor,
|
|
14
|
+
ProvideErrorHandler,
|
|
15
|
+
} from '@rxap/ngx-error';
|
|
12
16
|
import { SERVICE_STATUS_CHECK_METHOD } from '@rxap/ngx-status-check';
|
|
13
17
|
import { StatusControllerHealthCheckRemoteMethod } from 'open-api-service-status/remote-methods/status-controller-health-check.remote-method';
|
|
14
18
|
import { environment } from '../environments/environment';
|
|
@@ -17,11 +21,12 @@ import { appRoutes } from './app.routes';
|
|
|
17
21
|
export const appConfig: ApplicationConfig = {
|
|
18
22
|
providers: [
|
|
19
23
|
// required to be imported so that the http client is available in the application for the status check method
|
|
20
|
-
|
|
24
|
+
provideHttpClient(withInterceptors([HttpErrorInterceptor])),
|
|
21
25
|
provideRouter(appRoutes, withEnabledBlockingInitialNavigation()),
|
|
22
26
|
// it is required to provide the animations provider in the app config.
|
|
23
27
|
// If provided in a lazy loaded module the animations will not work
|
|
24
28
|
provideAnimations(),
|
|
29
|
+
ProvideErrorHandler(),
|
|
25
30
|
{
|
|
26
31
|
provide: RXAP_ENVIRONMENT,
|
|
27
32
|
useValue: environment,
|