diff --git a/ponyracer/README.md b/ponyracer/README.md index 0ccc0d4..24b7bf3 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 17.0.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7eb4a28..033ec40 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.3", - "@angular/cli": "^17.0.3", + "@angular-devkit/build-angular": "^17.0.4", + "@angular/cli": "^17.0.4", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts index 2dfe6d7..3e5782d 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts @@ -1,10 +1,9 @@ import { Component } from '@angular/core'; -import { CommonModule } from '@angular/common'; @Component({ selector: 'lib-ponyracer-lib', standalone: true, - imports: [CommonModule], + imports: [], template: `
ponyracer-lib works!