Skip to content

Commit 73fbf00

Browse files
ci: rename integration projects for consistency (#7875)
* ci: rename integration projects for consistency * Fix lockfile
1 parent 11cda37 commit 73fbf00

33 files changed

+11
-21
lines changed

examples/angular/basic/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"extends": "./tsconfig.json",
43
"compilerOptions": {

examples/angular/basic/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"compileOnSave": false,
43
"compilerOptions": {

examples/angular/infinite-query-with-max-pages/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"extends": "./tsconfig.json",
43
"compilerOptions": {

examples/angular/infinite-query-with-max-pages/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"compileOnSave": false,
43
"compilerOptions": {

examples/angular/router/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"extends": "./tsconfig.json",
43
"compilerOptions": {

examples/angular/router/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"compileOnSave": false,
43
"compilerOptions": {

examples/angular/simple/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"extends": "./tsconfig.json",
43
"compilerOptions": {

examples/angular/simple/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"compileOnSave": false,
43
"compilerOptions": {

integrations/angular-cli-standalone-17/README.md renamed to integrations/angular-cli-17/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AngularCliStandalone17
1+
# AngularCli17
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.
44

0 commit comments

Comments
 (0)