From e3113a4392327964eb971a5cfe5e483ed8a896c1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 1 Nov 2023 10:15:32 +0000 Subject: [PATCH] chore: version 17.0.0-rc.3 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- .../projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts | 3 +-- ponyracer/tsconfig.json | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 2fea470..7474ac6 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.0-rc.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1d5449c..df10ade 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-rc.2", - "@angular/cli": "^17.0.0-rc.2", + "@angular-devkit/build-angular": "^17.0.0-rc.3", + "@angular/cli": "^17.0.0-rc.3", "@angular/compiler-cli": "^17.0.0-next.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 d71d5dd..2dfe6d7 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts @@ -10,8 +10,7 @@ import { CommonModule } from '@angular/common'; ponyracer-lib works!

`, - styles: [ - ] + styles: `` }) export class PonyracerLibComponent { diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index a929438..753e158 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -9,7 +9,7 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, - "allowSyntheticDefaultImports": true, + "esModuleInterop": true, "sourceMap": true, "declaration": false, "downlevelIteration": true,