Now that the Angular2 is no longer in beta I’m interested in learning it using meteor.
I have developed for the past 2 years in angular 1.x with meteor and would love to transition into angular2-meteor.
Does angular2-meteor contain the latest updates of the final release?
Should I do the Angular2-meteor tutorials now or should I wait?
What would the mayor differences be between angular1-meteor and angular2-meteor?
Any reason to move away from angular1 and transition to angular2(I know the performance speed has been significantly upgraded)?
I tried following Angular2-meteor tutorials last week and honestly I didn’t like it. I had many problems to set my initial environment because some parts of the tutorial wasn’t clear (At least for me). Also the examples are not yet all updated to final release.
So, to sum up, I’d wait a little more before going to Angular2-meteor.
As far as I checked, everything except angular2-meteor-auto-bootstrap have been been updated to suit the angular 2.0.0 release. (The angular2-meteor 0.7.0 beta release). But the auto bootstrap package still lists angular2-meteor 0.6.0 as a peer dependecy. Anyway around this?
Also any updates on when socially will be updated? I believe it breaks when you use it for anything newer than RC5.
PS: I am beginner and please correct me If I am wrong. Thanks!
Hi everyone!
We are working on a big update for angular2-meteor now that Angular 2 has finally landed.
We are updating all the tutorials (including the Blaze migration tutorial), updating the API (adding support for RxJS) and merging the angular-meteor and angular2-meteor Github repos.
Thanks for quickly update, i watching this topic every hours when running the Angular2 tutorials i’m still have the problem with angular2-compilers@0.6.1 in window 10 x64. I have to downgrade it to 0.6.0 to run the tutorials.
By the way, how could i get the user information (emails, profiles…) when i @InjectUser(‘user’) to the component? when i use console.log(this.user) on ngOnInit it printed ‘underfined’.
One more thing: i got this message on AppComponent “[ts] Experimental support for decorators is a feature that is subject to change in a feature release. Set the ‘ExperimentalDecorators’ option to remove this warning” what should i do?
I would recommend opening those issues on Stack Overflow or Github issues for better visibility and future findability…
About angular2-compilers please try the latest 0.6.2_1, we solved something there with publish-for-arch.
About InjectUser, I’m pretty sure I’ve seen those answers somewhere on an issue… look at the updated tutorial and open another issue if you can’t find it.
About the decorators, I believe that if you Google it you will find you need to define it in your tsconfig file and that your IDE will update accordingly.