barbatus / angular2-compiler

Brings AoT compilation to your legs
14 stars 2 forks source link

Progress tracking #2

Open barbatus opened 7 years ago

barbatus commented 7 years ago
Zeioth commented 7 years ago

Thank you for working on this!!

joerex commented 7 years ago

I noticed that we are now able to use the Angular CLI: https://blog.meteor.com/leverage-the-power-of-meteor-with-any-client-side-framework-bfb909141008.

It seems like this package will be necessary only if you don't want to use the Angular CLI. Is there any discussion in terms of the pros and cons of either direction?

Zeioth commented 7 years ago

Thank you so much @joerex. It worked!!

Well, as far as I understand, the point of implement this feature is that Meteor will recognize angular2 directly. So you won't need that tutorial in the future.

EDIT: Also, using the compiler, you can run the useful command

meteor build
joerex commented 7 years ago

It's still unclear to me whether this package is usable or not right now. I'm trying to implement AOT compiling without moving to the angular cli. Is that currently possible? Thanks for you help on this.

Urigo commented 7 years ago

AOT compilation with the Meteor CLI just got merged on this PR Will release a new version soon