We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Typescript service will throw: Accessors are only available when targeting ECMAScript 5
The root level tsconfig.json needs any "target" over ES5 and Typescript will stop throwing errors. e.g.: "target": "es5",
tsconfig.json
"target": "es5",
Wiki diff: https://github.com/jakeNiemiec/angular-cli/wiki/stories-rc.0-update/_compare/efe56cf9b6e19be290a2404527ee8f65b577106a...ee9348c302d1ea6e64f43ea7c157342cfb4d8d18
The text was updated successfully, but these errors were encountered:
Fixed in master
Sorry, something went wrong.
Fixed in RC.1 #5060
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
The Typescript service will throw: Accessors are only available when targeting ECMAScript 5
The root level
tsconfig.json
needs any "target" over ES5 and Typescript will stop throwing errors. e.g.:"target": "es5",
Wiki diff:
https://github.com/jakeNiemiec/angular-cli/wiki/stories-rc.0-update/_compare/efe56cf9b6e19be290a2404527ee8f65b577106a...ee9348c302d1ea6e64f43ea7c157342cfb4d8d18
The text was updated successfully, but these errors were encountered: