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: aot compilation for angular < 9 #41

Merged
merged 8 commits into from
Oct 12, 2020

Conversation

Coly010
Copy link
Contributor

@Coly010 Coly010 commented Oct 12, 2020

Description

AOT compilation in Angular < 9 is having issues due to using the default exported value from FlowJS.

Fix this by using a factory as default.

This will have no impact on anything using useValue as this is doing the same thing, just in a separate step.

@MartinNuc MartinNuc merged commit 9286823 into flowjs:master Oct 12, 2020
@MartinNuc
Copy link
Collaborator

Thank you very much for your contribution. 👏

@Coly010
Copy link
Contributor Author

Coly010 commented Oct 12, 2020

What needs to be done to release a new version with this fix? :)

@MartinNuc
Copy link
Collaborator

I will release later today. :-) I have to finish something first.

@MartinNuc
Copy link
Collaborator

@Coly010 🚀 done

@Coly010
Copy link
Contributor Author

Coly010 commented Oct 12, 2020

@MartinNuc Thank you 🚀

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.

2 participants