Skip to content
New issue

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

fix: set angular ts target to ES2015 #24

Merged
merged 3 commits into from
Nov 16, 2023

Conversation

JeanMeche
Copy link
Contributor

It is important to keep the target to ES2015, this ensures native async/await are downleveled to generators. This is required as zone.js doesn't support native async/await

@JeanMeche JeanMeche force-pushed the angular-target branch 2 times, most recently from 424278f to d721668 Compare November 15, 2023 21:59
It is important to keep the target to ES2015, this ensures native async/await are downleveled to generators. This is required as zone.js doesn't support native async/await
Copy link

@twerske twerske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - nit to remove NextJS styling

@sulco sulco merged commit 0cab4c6 into stackblitz:main Nov 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants