angular2-meteor is an angular2 component which acts as the bridge between angular2 and meteor. It helps your angular2 project to properly utilize meteor backend
With angular2-meteor
, you can replace the default Meteor rendering engine (Blaze) by Angular 2, and also use Angular code directly on your server.
Therefore, it leverages Angular skills for rich client apps to build full stack systems through Meteor features, like isomorphism (a.k.a. universal), DDP connection and client MiniMongo database. But also easy hybrid mobile apps packaging and Hot Code Push.
For example, Angular 2-way binding between model and view, can easily become 3-way binding with Meteor by integrating the server database.
Official resources:
- Angular-meteor official website (for both AngularJS-Meteor and Angular2-Meteor)
- Tutorial
- API documentation
- GitHub repository