refactor: move libs
@@ -5,7 +5,7 @@
|
|||||||
### Run Application
|
### Run Application
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx nx serve angular-pipe-hard
|
npx nx serve angular-utility-wrapper-pipe
|
||||||
```
|
```
|
||||||
|
|
||||||
### Documentation and Instruction
|
### Documentation and Instruction
|
||||||
@@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "angular-ngfor-enhancement",
|
"name": "angular-utility-wrapper-pipe",
|
||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/ngfor-enhancement/src",
|
"sourceRoot": "apps/angular/10-utility-wrapper-pipe/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/apps/angular/ngfor-enhancement",
|
"outputPath": "dist/apps/angular/10-utility-wrapper-pipe",
|
||||||
"index": "apps/angular/ngfor-enhancement/src/index.html",
|
"index": "apps/angular/10-utility-wrapper-pipe/src/index.html",
|
||||||
"main": "apps/angular/ngfor-enhancement/src/main.ts",
|
"main": "apps/angular/10-utility-wrapper-pipe/src/main.ts",
|
||||||
"polyfills": "apps/angular/ngfor-enhancement/src/polyfills.ts",
|
"polyfills": "apps/angular/10-utility-wrapper-pipe/src/polyfills.ts",
|
||||||
"tsConfig": "apps/angular/ngfor-enhancement/tsconfig.app.json",
|
"tsConfig": "apps/angular/10-utility-wrapper-pipe/tsconfig.app.json",
|
||||||
"inlineStyleLanguage": "scss",
|
"inlineStyleLanguage": "scss",
|
||||||
"assets": [
|
"assets": [
|
||||||
"apps/angular/ngfor-enhancement/src/favicon.ico",
|
"apps/angular/10-utility-wrapper-pipe/src/favicon.ico",
|
||||||
"apps/angular/ngfor-enhancement/src/assets"
|
"apps/angular/10-utility-wrapper-pipe/src/assets"
|
||||||
],
|
],
|
||||||
"styles": ["apps/angular/ngfor-enhancement/src/styles.scss"],
|
"styles": ["apps/angular/10-utility-wrapper-pipe/src/styles.scss"],
|
||||||
"scripts": []
|
"scripts": []
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"buildTarget": "angular-ngfor-enhancement:build:production"
|
"buildTarget": "angular-utility-wrapper-pipe:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"buildTarget": "angular-ngfor-enhancement:build:development"
|
"buildTarget": "angular-utility-wrapper-pipe:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-ngfor-enhancement:build"
|
"buildTarget": "angular-utility-wrapper-pipe:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -5,7 +5,7 @@
|
|||||||
### Run Application
|
### Run Application
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx nx serve angular-styling
|
npx nx serve angular-highly-customizable-css
|
||||||
```
|
```
|
||||||
|
|
||||||
### Documentation and Instruction
|
### Documentation and Instruction
|
||||||
@@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "angular-styling",
|
"name": "angular-highly-customizable-css",
|
||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/styling/src",
|
"sourceRoot": "apps/angular/13-highly-customizable-css/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/apps/angular/styling",
|
"outputPath": "dist/apps/angular/13-highly-customizable-css",
|
||||||
"index": "apps/angular/styling/src/index.html",
|
"index": "apps/angular/13-highly-customizable-css/src/index.html",
|
||||||
"main": "apps/angular/styling/src/main.ts",
|
"main": "apps/angular/13-highly-customizable-css/src/main.ts",
|
||||||
"polyfills": ["zone.js"],
|
"polyfills": ["zone.js"],
|
||||||
"tsConfig": "apps/angular/styling/tsconfig.app.json",
|
"tsConfig": "apps/angular/13-highly-customizable-css/tsconfig.app.json",
|
||||||
"inlineStyleLanguage": "scss",
|
"inlineStyleLanguage": "scss",
|
||||||
"assets": [
|
"assets": [
|
||||||
"apps/angular/styling/src/favicon.ico",
|
"apps/angular/13-highly-customizable-css/src/favicon.ico",
|
||||||
"apps/angular/styling/src/assets"
|
"apps/angular/13-highly-customizable-css/src/assets"
|
||||||
],
|
],
|
||||||
"styles": ["apps/angular/styling/src/styles.scss"],
|
"styles": ["apps/angular/13-highly-customizable-css/src/styles.scss"],
|
||||||
"scripts": []
|
"scripts": []
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"buildTarget": "angular-styling:build:production"
|
"buildTarget": "angular-highly-customizable-css:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"buildTarget": "angular-styling:build:development"
|
"buildTarget": "angular-highly-customizable-css:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-styling:build"
|
"buildTarget": "angular-highly-customizable-css:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
7
apps/angular/16-master-dependency-injection/README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# angular-master-dependency-injection
|
||||||
|
|
||||||
|
This library was generated with [Nx](https://nx.dev).
|
||||||
|
|
||||||
|
## Running unit tests
|
||||||
|
|
||||||
|
Run `nx test angular-master-dependency-injection` to execute the unit tests.
|
||||||
23
apps/angular/16-master-dependency-injection/jest.config.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
/* eslint-disable */
|
||||||
|
export default {
|
||||||
|
displayName: 'angular-master-dependency-injection',
|
||||||
|
preset: '../../../jest.preset.js',
|
||||||
|
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
|
||||||
|
coverageDirectory:
|
||||||
|
'../../../coverage/apps/angular/16-master-dependency-injection',
|
||||||
|
transform: {
|
||||||
|
'^.+\\.(ts|mjs|js|html)$': [
|
||||||
|
'jest-preset-angular',
|
||||||
|
{
|
||||||
|
tsconfig: '<rootDir>/tsconfig.spec.json',
|
||||||
|
stringifyContentPathRegex: '\\.(html|svg)$',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
transformIgnorePatterns: ['node_modules/(?!.*\\.mjs$)'],
|
||||||
|
snapshotSerializers: [
|
||||||
|
'jest-preset-angular/build/serializers/no-ng-attributes',
|
||||||
|
'jest-preset-angular/build/serializers/ng-snapshot',
|
||||||
|
'jest-preset-angular/build/serializers/html-comment',
|
||||||
|
],
|
||||||
|
};
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
|
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
|
||||||
"dest": "../../../dist/libs/angular/di",
|
"dest": "../../../dist/apps/angular/16-master-dependency-injection",
|
||||||
"lib": {
|
"lib": {
|
||||||
"entryFile": "src/index.ts"
|
"entryFile": "src/index.ts"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "angular/di",
|
"name": "angular-master-dependency-injection",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^16.2.0",
|
"@angular/common": "^16.2.0",
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "angular/di",
|
"name": "angular-master-dependency-injection",
|
||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "libs/angular/di/src",
|
"sourceRoot": "apps/angular/16-master-dependency-injection/src",
|
||||||
"prefix": "lib",
|
"prefix": "lib",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
@@ -10,14 +10,14 @@
|
|||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"project": "libs/angular/di/ng-package.json"
|
"project": "apps/angular/16-master-dependency-injection/ng-package.json"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"tsConfig": "libs/angular/di/tsconfig.lib.prod.json"
|
"tsConfig": "apps/angular/16-master-dependency-injection/tsconfig.lib.prod.json"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"tsConfig": "libs/angular/di/tsconfig.lib.json"
|
"tsConfig": "apps/angular/16-master-dependency-injection/tsconfig.lib.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "production"
|
"defaultConfiguration": "production"
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/angular/di/jest.config.ts"
|
"jestConfig": "apps/angular/16-master-dependency-injection/jest.config.ts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -3,23 +3,23 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"sourceRoot": "apps/angular/router-input/src",
|
"sourceRoot": "apps/angular/22-router-input/src",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/apps/angular/router-input",
|
"outputPath": "dist/apps/angular/22-router-input",
|
||||||
"index": "apps/angular/router-input/src/index.html",
|
"index": "apps/angular/22-router-input/src/index.html",
|
||||||
"main": "apps/angular/router-input/src/main.ts",
|
"main": "apps/angular/22-router-input/src/main.ts",
|
||||||
"polyfills": ["zone.js"],
|
"polyfills": ["zone.js"],
|
||||||
"tsConfig": "apps/angular/router-input/tsconfig.app.json",
|
"tsConfig": "apps/angular/22-router-input/tsconfig.app.json",
|
||||||
"assets": [
|
"assets": [
|
||||||
"apps/angular/router-input/src/favicon.ico",
|
"apps/angular/22-router-input/src/favicon.ico",
|
||||||
"apps/angular/router-input/src/assets"
|
"apps/angular/22-router-input/src/assets"
|
||||||
],
|
],
|
||||||
"styles": ["apps/angular/router-input/src/styles.scss"],
|
"styles": ["apps/angular/22-router-input/src/styles.scss"],
|
||||||
"scripts": []
|
"scripts": []
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -5,7 +5,7 @@
|
|||||||
### Run Application
|
### Run Application
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx nx serve angular-ngfor-enhancement
|
npx nx serve angular-directive-enhancement
|
||||||
```
|
```
|
||||||
|
|
||||||
### Documentation and Instruction
|
### Documentation and Instruction
|
||||||
@@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "angular-pipe-hard",
|
"name": "angular-directive-enhancement",
|
||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/angular/pipe-hard/src",
|
"sourceRoot": "apps/angular/3-directive-enhancement/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/apps/angular/pipe-hard",
|
"outputPath": "dist/apps/angular/3-directive-enhancement",
|
||||||
"index": "apps/angular/pipe-hard/src/index.html",
|
"index": "apps/angular/3-directive-enhancement/src/index.html",
|
||||||
"main": "apps/angular/pipe-hard/src/main.ts",
|
"main": "apps/angular/3-directive-enhancement/src/main.ts",
|
||||||
"polyfills": "apps/angular/pipe-hard/src/polyfills.ts",
|
"polyfills": "apps/angular/3-directive-enhancement/src/polyfills.ts",
|
||||||
"tsConfig": "apps/angular/pipe-hard/tsconfig.app.json",
|
"tsConfig": "apps/angular/3-directive-enhancement/tsconfig.app.json",
|
||||||
"inlineStyleLanguage": "scss",
|
"inlineStyleLanguage": "scss",
|
||||||
"assets": [
|
"assets": [
|
||||||
"apps/angular/pipe-hard/src/favicon.ico",
|
"apps/angular/3-directive-enhancement/src/favicon.ico",
|
||||||
"apps/angular/pipe-hard/src/assets"
|
"apps/angular/3-directive-enhancement/src/assets"
|
||||||
],
|
],
|
||||||
"styles": ["apps/angular/pipe-hard/src/styles.scss"],
|
"styles": ["apps/angular/3-directive-enhancement/src/styles.scss"],
|
||||||
"scripts": []
|
"scripts": []
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"buildTarget": "angular-pipe-hard:build:production"
|
"buildTarget": "angular-directive-enhancement:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"buildTarget": "angular-pipe-hard:build:development"
|
"buildTarget": "angular-directive-enhancement:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-pipe-hard:build"
|
"buildTarget": "angular-directive-enhancement:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -3,23 +3,23 @@
|
|||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"sourceRoot": "apps/angular/module-to-standalone/src",
|
"sourceRoot": "apps/angular/31-module-to-standalone/src",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/apps/angular/module-to-standalone",
|
"outputPath": "dist/apps/angular/31-module-to-standalone",
|
||||||
"index": "apps/angular/module-to-standalone/src/index.html",
|
"index": "apps/angular/31-module-to-standalone/src/index.html",
|
||||||
"main": "apps/angular/module-to-standalone/src/main.ts",
|
"main": "apps/angular/31-module-to-standalone/src/main.ts",
|
||||||
"polyfills": ["zone.js"],
|
"polyfills": ["zone.js"],
|
||||||
"tsConfig": "apps/angular/module-to-standalone/tsconfig.app.json",
|
"tsConfig": "apps/angular/31-module-to-standalone/tsconfig.app.json",
|
||||||
"assets": [
|
"assets": [
|
||||||
"apps/angular/module-to-standalone/src/favicon.ico",
|
"apps/angular/31-module-to-standalone/src/favicon.ico",
|
||||||
"apps/angular/module-to-standalone/src/assets"
|
"apps/angular/31-module-to-standalone/src/assets"
|
||||||
],
|
],
|
||||||
"styles": ["apps/angular/module-to-standalone/src/styles.scss"],
|
"styles": ["apps/angular/31-module-to-standalone/src/styles.scss"],
|
||||||
"scripts": []
|
"scripts": []
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -5,7 +5,7 @@
|
|||||||
### Run Application
|
### Run Application
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx nx serve angular-bug-cd
|
npx nx serve angular-change-detection-bug
|
||||||
```
|
```
|
||||||
|
|
||||||
### Documentation and Instruction
|
### Documentation and Instruction
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
export default {
|
export default {
|
||||||
displayName: 'angular-interop-rxjs-signal',
|
displayName: 'angular-change-detection-bug',
|
||||||
preset: '../../../jest.preset.js',
|
preset: '../../../jest.preset.js',
|
||||||
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
|
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
|
||||||
coverageDirectory: '../../../coverage/apps/angular/interop-rxjs-signal',
|
coverageDirectory: '../../../coverage/apps/angular/32-change-detection-bug',
|
||||||
transform: {
|
transform: {
|
||||||
'^.+\\.(ts|mjs|js|html)$': [
|
'^.+\\.(ts|mjs|js|html)$': [
|
||||||
'jest-preset-angular',
|
'jest-preset-angular',
|
||||||
@@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "angular-bug-cd",
|
"name": "angular-change-detection-bug",
|
||||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"sourceRoot": "apps/angular/bug-cd/src",
|
"sourceRoot": "apps/angular/32-change-detection-bug/src",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/apps/angular/bug-cd",
|
"outputPath": "dist/apps/angular/32-change-detection-bug",
|
||||||
"index": "apps/angular/bug-cd/src/index.html",
|
"index": "apps/angular/32-change-detection-bug/src/index.html",
|
||||||
"main": "apps/angular/bug-cd/src/main.ts",
|
"main": "apps/angular/32-change-detection-bug/src/main.ts",
|
||||||
"polyfills": ["zone.js"],
|
"polyfills": ["zone.js"],
|
||||||
"tsConfig": "apps/angular/bug-cd/tsconfig.app.json",
|
"tsConfig": "apps/angular/32-change-detection-bug/tsconfig.app.json",
|
||||||
"assets": [
|
"assets": [
|
||||||
"apps/angular/bug-cd/src/favicon.ico",
|
"apps/angular/32-change-detection-bug/src/favicon.ico",
|
||||||
"apps/angular/bug-cd/src/assets"
|
"apps/angular/32-change-detection-bug/src/assets"
|
||||||
],
|
],
|
||||||
"styles": ["apps/angular/bug-cd/src/styles.scss"],
|
"styles": ["apps/angular/32-change-detection-bug/src/styles.scss"],
|
||||||
"scripts": []
|
"scripts": []
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"buildTarget": "angular-bug-cd:build:production"
|
"buildTarget": "angular-change-detection-bug:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"buildTarget": "angular-bug-cd:build:development"
|
"buildTarget": "angular-change-detection-bug:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "angular-bug-cd:build"
|
"buildTarget": "angular-change-detection-bug:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/angular/bug-cd/jest.config.ts"
|
"jestConfig": "apps/angular/32-change-detection-bug/jest.config.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |