diff --git a/ponyracer/README.md b/ponyracer/README.md index 3b1f540..9f5bc31 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 8.1.0-beta.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 377001f..5685ac1 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.801.3", "@angular-devkit/build-ng-packagr": "~0.801.3", - "@angular/cli": "~8.1.0-beta.2", + "@angular/cli": "~8.1.0-beta.3", "@angular/compiler-cli": "~8.1.0-next.2", "@angular/language-service": "~8.1.0-next.2", "@types/node": "~8.9.4", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index bc29768..3531048 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -26,5 +26,9 @@ "dist/ponyracer-lib/*" ] } + }, + "angularCompilerOptions": { + "fullTemplateTypeCheck": true, + "strictInjectionParameters": true } } \ No newline at end of file