Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit addc3bd

Browse files
authored
Merge pull request #1567 from rx-angular/upgrade-to-v16
Upgrade to Angular v16
2 parents 3d0086c + 9fc52b4 commit addc3bd

File tree

87 files changed

+2790
-3760
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2790
-3760
lines changed

.eslintrc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"root": true,
33
"ignorePatterns": ["**/*"],
4-
"plugins": ["@nrwl/nx"],
4+
"plugins": ["@nx"],
55
"overrides": [
66
{
77
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
88
"rules": {
9-
"@nrwl/nx/enforce-module-boundaries": [
9+
"@nx/enforce-module-boundaries": [
1010
"error",
1111
{
1212
"enforceBuildableLibDependency": true,
@@ -38,7 +38,7 @@
3838
"extends": [
3939
"prettier",
4040
"eslint:recommended",
41-
"plugin:@nrwl/nx/typescript",
41+
"plugin:@nx/typescript",
4242
"plugin:@angular-eslint/recommended",
4343
"plugin:@typescript-eslint/recommended"
4444
],
@@ -61,7 +61,7 @@
6161
"extends": [
6262
"prettier",
6363
"plugin:@angular-eslint/template/recommended",
64-
"plugin:@nrwl/nx/javascript"
64+
"plugin:@nx/javascript"
6565
],
6666
"rules": {
6767
"@typescript-eslint/no-non-null-assertion": "off"

apps/demos/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
}
113113
},
114114
"test": {
115-
"executor": "@nrwl/jest:jest",
115+
"executor": "@nx/jest:jest",
116116
"options": {
117117
"jestConfig": "apps/demos/jest.config.ts",
118118
"passWithNoTests": true

apps/docs/project.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"outputs": ["{options.outputPath}"],
1313
"dependsOn": [
1414
{
15-
"projects": "self",
1615
"target": "check-links"
1716
}
1817
]
@@ -30,7 +29,6 @@
3029
},
3130
"dependsOn": [
3231
{
33-
"projects": "self",
3432
"target": "build"
3533
}
3634
]

apps/ssr-e2e/cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { nxE2EPreset } from '@nrwl/cypress/plugins/cypress-preset';
1+
import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset';
22
import { defineConfig } from 'cypress';
33

44
export default defineConfig({

apps/ssr-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"projectType": "application",
66
"targets": {
77
"e2e": {
8-
"executor": "@nrwl/cypress:cypress",
8+
"executor": "@nx/cypress:cypress",
99
"options": {
1010
"cypressConfig": "apps/ssr-e2e/cypress.config.ts",
1111
"devServerTarget": "ssr:serve-ssr",

apps/ssr/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272
},
7373
"test": {
74-
"executor": "@nrwl/jest:jest",
74+
"executor": "@nx/jest:jest",
7575
"outputs": ["{workspaceRoot}/coverage/apps/ssr"],
7676
"options": {
7777
"jestConfig": "apps/ssr/jest.config.ts",

apps/ssr/src/main.server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ if (environment.production) {
77
}
88

99
export { AppServerModule } from './app/app.server.module';
10-
export { renderModule, renderModuleFactory } from '@angular/platform-server';

apps/tour-of-heroes-ngxs/.browserslistrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/tour-of-heroes-ngxs/jest.config.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

apps/tour-of-heroes-ngxs/project.json

Lines changed: 0 additions & 104 deletions
This file was deleted.

apps/tour-of-heroes-ngxs/src/app/app-routing.module.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

apps/tour-of-heroes-ngxs/src/app/app.component.css

Lines changed: 0 additions & 34 deletions
This file was deleted.

apps/tour-of-heroes-ngxs/src/app/app.component.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/tour-of-heroes-ngxs/src/app/app.component.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

apps/tour-of-heroes-ngxs/src/app/app.module.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)