angular

Everything you need to use AngularJS in your Meteor app


Keywords
angular, angular-meteor, angular2-meteor, angularjs, meteor, node
License
MIT
Install
meteor add angular@=1.0.0-rc.6

Documentation

Join the chat at https://gitter.im/Urigo/angular-meteor

Angular1-Meteor Build Status npm version

Angular2-Meteor Build Status npm version

The power of Meteor and the simplicity and eco-system of Angular

ng-conf

Documentation and Getting Started

Usage

Go to the official docs

Tutorial

If you are new to Angular2 and/or Meteor but want to learn them quickly, please check out our 23-steps Angular2-Meteor tutorial.

Quick Start Using Angular2-Meteor

   $ meteor create --example angular2-boilerplate myApp
   $ cd myApp
   $ meteor npm install

Alternatively, use your web browser to access the link: https://github.com/Urigo/angular2-meteor-base Download the template application, and unzip the files inside.

Then run:

   $ meteor

Contributing

Please read the contributing instructions at the contributing page.

Acknowledgement

This project started as ngMeteor, a pre-0.9 meteorite package. Since then a lot has changed but that was the main base.

Also, a lot of features were inspired by @superchris's angular-meteor fork of ngMeteor