|
1 | 1 | <a href="https://angular-meteor.com/"><img src="https://s22.postimg.org/vpn3d97ch/logo_large.png" width="60" height="60" /></a> [](https://gitter.im/Urigo/angular-meteor)
|
2 | 2 |
|
3 |
| -### Angular1-Meteor [](https://travis-ci.org/Urigo/angular-meteor) [](https://badge.fury.io/js/angular-meteor) |
| 3 | +### Angular-Meteor [](https://travis-ci.org/Urigo/angular-meteor) [](https://badge.fury.io/js/angular2-meteor) [](https://www.bithound.io/github/Urigo/angular-meteor) [](https://www.bithound.io/github/Urigo/angular-meteor/master/dependencies/npm) |
4 | 4 |
|
5 |
| -### Angular2-Meteor [](https://travis-ci.org/Urigo/angular-meteor) [](https://badge.fury.io/js/angular2-meteor) [](https://www.bithound.io/github/Urigo/angular-meteor) [](https://www.bithound.io/github/Urigo/angular-meteor/master/dependencies/npm) |
| 5 | +### AngularJS-Meteor [](https://travis-ci.org/Urigo/angular-meteor) [](https://badge.fury.io/js/angular-meteor) |
6 | 6 |
|
7 | 7 | #### The power of Meteor and the simplicity and eco-system of Angular
|
8 | 8 |
|
9 | 9 | [](https://www.youtube.com/watch?v=_mu6BWsnaPM)
|
10 | 10 |
|
11 | 11 | ## Documentation and Getting Started
|
12 | 12 | - [Official website](https://www.angular-meteor.com)
|
13 |
| -- [Getting started tutorial](https://www.angular-meteor.com/tutorials/socially/) |
14 |
| -- [Angular2 Example application](https://github.com/Urigo/meteor-angular2.0-socially) (Final version of the tutorial) |
15 |
| -- [Angular1 Example application](https://github.com/Urigo/meteor-angular-socially) (Final version of the tutorial) |
16 |
| -- Questions and help - [Stack Overflow `angular2-meteor` tag](http://stackoverflow.com/questions/tagged/angular2-meteor), [`angular-meteor` tag](http://stackoverflow.com/questions/tagged/angular-meteor) |
| 13 | +- [Angular Meteor Stickers](https://www.stickermule.com/marketplace/9686-angular-meteor-sticker) |
| 14 | +- [Getting started tutorial](https://angular-meteor.com/tutorials/whatsapp2-tutorial) |
| 15 | +- [Angular Example application with Ionic CLI](https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp) (Final version of the tutorial) |
| 16 | +- [Angular Example application with Meteor CLI](https://github.com/Urigo/Ionic2-MeteorCLI-WhatsApp) (Final version of the tutorial) |
| 17 | +- [AngularJS Example application with Ionic CLI](https://github.com/Urigo/IonicCLI-Meteor-WhatsApp) (Final version of the tutorial) |
| 18 | +- [AngularJS Example application with Meteor CLI](https://github.com/Urigo/Ionic-MeteorCLI-WhatsApp) (Final version of the tutorial) |
| 19 | +- [More simplified examples](https://github.com/Urigo/angular-meteor/tree/master/examples) |
| 20 | +- Questions and help - [Stack Overflow `angular-meteor` tag](http://stackoverflow.com/questions/tagged/angular-meteor), [`angularjs-meteor` tag](http://stackoverflow.com/questions/tagged/angularjs-meteor) |
17 | 21 | - [Join angular-meteor Office Hours](https://plus.google.com/events/cj8i93v7cabr9fab5jvv3r6bb80)
|
18 | 22 | - [Discussions - the Meteor Forum](https://forums.meteor.com/)
|
19 | 23 | - [Gitter](https://gitter.im/Urigo/angular-meteor)
|
20 | 24 | - [Report issues](https://github.com/Urigo/angular-meteor/issues)
|
21 |
| -- [Change Log, updates and breaking changes](https://github.com/Urigo/angular-meteor/releases) |
| 25 | +- [Change Log, updates and breaking changes](https://github.com/Urigo/angular-meteor/blob/master/CHANGELOG.md) |
22 | 26 | - [Meteor Blog](https://info.meteor.com/blog)
|
23 | 27 | - [Official Meteor guide for best practices](http://guide.meteor.com/)
|
24 | 28 | - [Awesome Meteor](https://github.com/Urigo/awesome-meteor) - Curated, community driven list of Meteor resources
|
25 | 29 | - Starters - [Angular2-Meteor Base](https://github.com/bsliran/angular2-meteor-base), [angular1-meteor Yeoman generator](https://github.com/ndxbxrme/generator-angular-meteor)
|
26 | 30 | - Track Roadmap here: [angular-meteor milestones](https://github.com/Urigo/angular-meteor/milestones), [Meteor issues related to Angular](https://github.com/meteor/meteor/labels/Project%3AAngular)
|
27 |
| -- [Angular Meteor Stickers](https://www.stickermule.com/marketplace/9686-angular-meteor-sticker) |
28 | 31 |
|
29 | 32 | ## Usage
|
30 | 33 |
|
31 | 34 | Go to the [official docs](https://www.angular-meteor.com/)
|
32 | 35 |
|
33 | 36 | ## Tutorial
|
34 | 37 |
|
35 |
| -If you are new to Angular2 and/or Meteor but want to learn them quickly, |
| 38 | +If you are new to Angular and/or Meteor but want to learn them quickly, |
36 | 39 | please check out our 14-steps Angular2-Meteor [tutorial](https://angular-meteor.com/tutorials/whatsapp2-tutorial).
|
37 | 40 |
|
38 |
| -## Quick Start Using Angular2-Meteor |
| 41 | +## Quick Start Using Angular-Meteor |
39 | 42 | ```
|
40 | 43 | $ meteor create --example angular2-boilerplate myApp
|
41 | 44 | $ cd myApp
|
|
0 commit comments