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

Support to Angular Ahead of time compilation #16

Open
RichardSilveira opened this issue Apr 5, 2018 · 5 comments
Open

Support to Angular Ahead of time compilation #16

RichardSilveira opened this issue Apr 5, 2018 · 5 comments

Comments

@RichardSilveira
Copy link

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.

@RichardSilveira RichardSilveira changed the title Angular Ahead of time compilation Support to Angular Ahead of time compilation Apr 5, 2018
@hsuanxyz
Copy link
Owner

hsuanxyz commented Apr 6, 2018

fixed 69cc6ea try it now.

@rodolfocop
Copy link

Hi, thanks for AOT.
But now have this problem using AOT=true

ng build --aot=true
ERROR in node_modules\ionic-tags-input\ionic-tags-input.d.ts.IonTagsInput.html(18,10): : Expected 0 arguments, but got 1.

@RichardSilveira
Copy link
Author

The error reported by @rodolfocop has occurring with me too...

@nascarjake
Copy link

Any solution on this?

@RichardSilveira
Copy link
Author

Yes, use React

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

No branches or pull requests

4 participants