Urigo / angular2-meteor

Angular 2.0 and Meteor - the perfect stack
http://www.angular-meteor.com/
298 stars 61 forks source link

Can I use this Angular2-meteor package in NativeScript + Angular2 + Meteor? #379

Closed netwiser closed 8 years ago

netwiser commented 8 years ago

There is a npm module calls nativescript-ng2-meteor to integrate NativeScript + Angular2 + Meteor, but the change detection is not working properly. Since angular2-meteor package is pretty mature, I am wonder whether it is possible to port it to support with NativeScript as well?

taffeldt commented 8 years ago

NativeScript already has built-in support for Angular 2 and I don't see how it would interfere with Meteor. So yes, you should be able to use angular2-meteor even without any modifications. Keep in mind though that this solution does have a couple limitations:

barbatus commented 8 years ago

@PseudoPsycho thanks for the tips