-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support to Angular Ahead of time compilation #16
Comments
RichardSilveira
changed the title
Angular Ahead of time compilation
Support to Angular Ahead of time compilation
Apr 5, 2018
fixed 69cc6ea try it now. $ npm i [email protected] |
Hi, thanks for AOT. ng build --aot=true |
The error reported by @rodolfocop has occurring with me too... |
Any solution on this? |
Yes, use React |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Angular with Ionic and when building my app with ahead of time compilation, an error is throwing 'cause property '_blur' is private and to support this kind of compilation, the properties of a component should be public at all.
This is a great component and i think that will be a awesome improvement support Ahead of Time in Angular + Ionic.
The error message:
ERROR in node_modules\ionic-tags-input\ionic-tags-input.d.ts.IonTagsInput.html(17,10): : Property '_blur' is private and only accessible within class 'IonTagsInput'. node_modules\ionic-tags-input\ionic-tags-input.d.ts.IonTagsInput.html(18,10): : Expected 0 arguments, but got 1.
The text was updated successfully, but these errors were encountered: