diff --git a/examples/angular/basic/tsconfig.app.json b/examples/angular/basic/tsconfig.app.json index 84f1f992d2..5b9d3c5ecb 100644 --- a/examples/angular/basic/tsconfig.app.json +++ b/examples/angular/basic/tsconfig.app.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "./tsconfig.json", "compilerOptions": { diff --git a/examples/angular/basic/tsconfig.json b/examples/angular/basic/tsconfig.json index fd2d87ac26..82c63d482a 100644 --- a/examples/angular/basic/tsconfig.json +++ b/examples/angular/basic/tsconfig.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { diff --git a/examples/angular/infinite-query-with-max-pages/tsconfig.app.json b/examples/angular/infinite-query-with-max-pages/tsconfig.app.json index 84f1f992d2..5b9d3c5ecb 100644 --- a/examples/angular/infinite-query-with-max-pages/tsconfig.app.json +++ b/examples/angular/infinite-query-with-max-pages/tsconfig.app.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "./tsconfig.json", "compilerOptions": { diff --git a/examples/angular/infinite-query-with-max-pages/tsconfig.json b/examples/angular/infinite-query-with-max-pages/tsconfig.json index fd2d87ac26..82c63d482a 100644 --- a/examples/angular/infinite-query-with-max-pages/tsconfig.json +++ b/examples/angular/infinite-query-with-max-pages/tsconfig.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { diff --git a/examples/angular/router/tsconfig.app.json b/examples/angular/router/tsconfig.app.json index 84f1f992d2..5b9d3c5ecb 100644 --- a/examples/angular/router/tsconfig.app.json +++ b/examples/angular/router/tsconfig.app.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "./tsconfig.json", "compilerOptions": { diff --git a/examples/angular/router/tsconfig.json b/examples/angular/router/tsconfig.json index fd2d87ac26..82c63d482a 100644 --- a/examples/angular/router/tsconfig.json +++ b/examples/angular/router/tsconfig.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { diff --git a/examples/angular/simple/tsconfig.app.json b/examples/angular/simple/tsconfig.app.json index 84f1f992d2..5b9d3c5ecb 100644 --- a/examples/angular/simple/tsconfig.app.json +++ b/examples/angular/simple/tsconfig.app.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "./tsconfig.json", "compilerOptions": { diff --git a/examples/angular/simple/tsconfig.json b/examples/angular/simple/tsconfig.json index fd2d87ac26..82c63d482a 100644 --- a/examples/angular/simple/tsconfig.json +++ b/examples/angular/simple/tsconfig.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { diff --git a/integrations/angular-cli-standalone-17/.gitignore b/integrations/angular-cli-17/.gitignore similarity index 100% rename from integrations/angular-cli-standalone-17/.gitignore rename to integrations/angular-cli-17/.gitignore diff --git a/integrations/angular-cli-standalone-17/README.md b/integrations/angular-cli-17/README.md similarity index 97% rename from integrations/angular-cli-standalone-17/README.md rename to integrations/angular-cli-17/README.md index 349ff2d006..0d54414bcc 100644 --- a/integrations/angular-cli-standalone-17/README.md +++ b/integrations/angular-cli-17/README.md @@ -1,4 +1,4 @@ -# AngularCliStandalone17 +# AngularCli17 This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0. diff --git a/integrations/angular-cli-standalone-17/angular.json b/integrations/angular-cli-17/angular.json similarity index 89% rename from integrations/angular-cli-standalone-17/angular.json rename to integrations/angular-cli-17/angular.json index 31de28bdec..efe01cbab0 100644 --- a/integrations/angular-cli-standalone-17/angular.json +++ b/integrations/angular-cli-17/angular.json @@ -7,7 +7,7 @@ }, "newProjectRoot": "projects", "projects": { - "angular-cli-standalone-17": { + "angular-cli-17": { "projectType": "application", "schematics": { "@schematics/angular:component": { @@ -44,7 +44,7 @@ "build": { "builder": "@angular-devkit/build-angular:application", "options": { - "outputPath": "dist/angular-cli-standalone-17", + "outputPath": "dist/angular-cli-17", "index": "src/index.html", "browser": "src/main.ts", "polyfills": ["zone.js"], @@ -81,10 +81,10 @@ "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { - "buildTarget": "angular-cli-standalone-17:build:production" + "buildTarget": "angular-cli-17:build:production" }, "development": { - "buildTarget": "angular-cli-standalone-17:build:development" + "buildTarget": "angular-cli-17:build:development" } }, "defaultConfiguration": "development" @@ -92,7 +92,7 @@ "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "buildTarget": "angular-cli-standalone-17:build" + "buildTarget": "angular-cli-17:build" } } } diff --git a/integrations/angular-cli-standalone-17/package.json b/integrations/angular-cli-17/package.json similarity index 93% rename from integrations/angular-cli-standalone-17/package.json rename to integrations/angular-cli-17/package.json index eb9a699779..f848d58120 100644 --- a/integrations/angular-cli-standalone-17/package.json +++ b/integrations/angular-cli-17/package.json @@ -1,5 +1,5 @@ { - "name": "angular-cli-standalone-17", + "name": "angular-cli-17", "private": true, "scripts": { "build": "ng build" diff --git a/integrations/angular-cli-standalone-17/src/app/app.component.ts b/integrations/angular-cli-17/src/app/app.component.ts similarity index 100% rename from integrations/angular-cli-standalone-17/src/app/app.component.ts rename to integrations/angular-cli-17/src/app/app.component.ts diff --git a/integrations/angular-cli-standalone-17/src/app/app.config.ts b/integrations/angular-cli-17/src/app/app.config.ts similarity index 100% rename from integrations/angular-cli-standalone-17/src/app/app.config.ts rename to integrations/angular-cli-17/src/app/app.config.ts diff --git a/integrations/angular-cli-standalone-17/src/assets/.gitkeep b/integrations/angular-cli-17/src/assets/.gitkeep similarity index 100% rename from integrations/angular-cli-standalone-17/src/assets/.gitkeep rename to integrations/angular-cli-17/src/assets/.gitkeep diff --git a/integrations/angular-cli-standalone-17/src/favicon.ico b/integrations/angular-cli-17/src/favicon.ico similarity index 100% rename from integrations/angular-cli-standalone-17/src/favicon.ico rename to integrations/angular-cli-17/src/favicon.ico diff --git a/integrations/angular-cli-standalone-17/src/index.html b/integrations/angular-cli-17/src/index.html similarity index 87% rename from integrations/angular-cli-standalone-17/src/index.html rename to integrations/angular-cli-17/src/index.html index dd7dad0daa..c760f9e78d 100644 --- a/integrations/angular-cli-standalone-17/src/index.html +++ b/integrations/angular-cli-17/src/index.html @@ -2,7 +2,7 @@
-