diff --git a/ponyracer/README.md b/ponyracer/README.md index 61dfa4fd..8bae0632 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 426d1a89..8ec88fbc 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.2", - "@angular/cli": "^18.0.2", + "@angular-devkit/build-angular": "^18.0.3", + "@angular/cli": "^18.0.3", "@angular/compiler-cli": "^18.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts index 05abffd8..8bb94163 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts @@ -11,7 +11,7 @@ describe('PonyracerLibComponent', () => { imports: [PonyracerLibComponent] }) .compileComponents(); - + fixture = TestBed.createComponent(PonyracerLibComponent); component = fixture.componentInstance; fixture.detectChanges(); diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json index 543fd474..2359bf66 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "extends": "../../tsconfig.json", "compilerOptions": { diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json index 06de549e..9215caac 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "extends": "./tsconfig.lib.json", "compilerOptions": { diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json index ce7048bc..254686d5 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "extends": "../../tsconfig.json", "compilerOptions": { diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 2917993d..42d86bcc 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "compileOnSave": false, "compilerOptions": {