Skip to content

Commit ac7806c

Browse files
committed
chore: version 8.1.0-beta.3
1 parent 836bb84 commit ac7806c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ponyracer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ponyracer
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.2.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.3.
44

55
## Development server
66

ponyracer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@angular-devkit/build-angular": "~0.801.3",
2828
"@angular-devkit/build-ng-packagr": "~0.801.3",
29-
"@angular/cli": "~8.1.0-beta.2",
29+
"@angular/cli": "~8.1.0-beta.3",
3030
"@angular/compiler-cli": "~8.1.0-next.2",
3131
"@angular/language-service": "~8.1.0-next.2",
3232
"@types/node": "~8.9.4",

ponyracer/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
"dist/ponyracer-lib/*"
2727
]
2828
}
29+
},
30+
"angularCompilerOptions": {
31+
"fullTemplateTypeCheck": true,
32+
"strictInjectionParameters": true
2933
}
3034
}

0 commit comments

Comments
 (0)