Skip to content

Fix angular AOT compilation #36

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

Merged
merged 2 commits into from
Jul 23, 2019

Conversation

edusperoni
Copy link
Contributor

Currently most modules are not built with AOT. This ensures all packages that have angular components are built as libraries (skipTemplateCodegen) with the angular compiler (ngc)

This solves my issues with textfield and bottomsheet (the only two I'm currently using)

Angular will throw if any function runs inside forRoot
@farfromrefug
Copy link
Member

@edusperoni awesome!

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