-
Notifications
You must be signed in to change notification settings - Fork 620
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update npm dependencies and add tests for other examples
- Loading branch information
Showing
39 changed files
with
9,214 additions
and
6,607 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ install: | |
- npm cache verify | ||
- npm install -g concurrently | ||
script: | ||
- ./run_tests.sh | ||
- sh run_tests.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
<a href="https://angular-meteor.com/"><img src="https://s22.postimg.org/vpn3d97ch/logo_large.png" width="60" height="60" /></a> [![Join the chat at https://gitter.im/Urigo/angular-meteor](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Urigo/angular-meteor) | ||
|
||
### [Angular-Meteor Compilers](https://github.com/Urigo/angular-meteor/tree/master/atmosphere-packages) [![Build Status](https://travis-ci.org/Urigo/angular-meteor.svg?branch=master)](https://travis-ci.org/Urigo/angular-meteor) | ||
|
||
### [meteor-rxjs - The Angular Meteor Data solution](https://github.com/Urigo/meteor-rxjs) [![npm version](https://badge.fury.io/js/meteor-rxjs.svg)](https://badge.fury.io/js/meteor-rxjs) [![Build Status](https://travis-ci.org/Urigo/meteor-rxjs.svg?branch=master)](https://travis-ci.org/Urigo/meteor-rxjs) | ||
|
||
### [AngularJS-Meteor](https://github.com/Urigo/angular-meteor/tree/angular1) [![Build Status](https://travis-ci.org/Urigo/angular-meteor.svg?branch=angular1)](https://travis-ci.org/Urigo/angular-meteor) [![npm version](https://badge.fury.io/js/angular-meteor.svg)](https://badge.fury.io/js/angular-meteor) | ||
|
||
#### The power of Meteor and the simplicity and eco-system of Angular | ||
|
||
[![ng-conf](https://img.youtube.com/vi/_mu6BWsnaPM/0.jpg)](https://www.youtube.com/watch?v=_mu6BWsnaPM) | ||
|
||
## Documentation and Getting Started | ||
- [Official website](https://www.angular-meteor.com) | ||
- [Angular Meteor Stickers](https://www.stickermule.com/marketplace/9686-angular-meteor-sticker) | ||
- [Getting started tutorial](https://angular-meteor.com/tutorials/whatsapp2-tutorial) | ||
- [Angular Example application with Ionic CLI](https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp) (Final version of the tutorial) | ||
- [Angular Example application with Meteor CLI](https://github.com/Urigo/Ionic2-MeteorCLI-WhatsApp) (Final version of the tutorial) | ||
- [AngularJS Example application with Ionic CLI](https://github.com/Urigo/IonicCLI-Meteor-WhatsApp) (Final version of the tutorial) | ||
- [AngularJS Example application with Meteor CLI](https://github.com/Urigo/Ionic-MeteorCLI-WhatsApp) (Final version of the tutorial) | ||
- [More simplified examples](https://github.com/Urigo/angular-meteor/tree/master/examples) | ||
- 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) | ||
- [Join angular-meteor Office Hours](https://plus.google.com/events/cj8i93v7cabr9fab5jvv3r6bb80) | ||
- [Discussions - the Meteor Forum](https://forums.meteor.com/) | ||
- [Gitter](https://gitter.im/Urigo/angular-meteor) | ||
- [Report issues](https://github.com/Urigo/angular-meteor/issues) | ||
- [Change Log, updates and breaking changes](https://github.com/Urigo/angular-meteor/blob/master/CHANGELOG.md) | ||
- [Meteor Blog](https://info.meteor.com/blog) | ||
- [Official Meteor guide for best practices](http://guide.meteor.com/) | ||
- [Awesome Meteor](https://github.com/Urigo/awesome-meteor) - Curated, community driven list of Meteor resources | ||
- Starters - [Angular2-Meteor Base](https://github.com/bsliran/angular2-meteor-base), [angular1-meteor Yeoman generator](https://github.com/ndxbxrme/generator-angular-meteor) | ||
- 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) | ||
|
||
## Usage | ||
|
||
Go to the [official docs about Meteor-RxJS](https://angular-meteor.com/meteor-rxjs) | ||
|
||
## Tutorial | ||
|
||
If you are new to Angular and/or Meteor but want to learn them quickly, | ||
please check out our 14-steps Angular-Meteor [tutorial](https://angular-meteor.com/tutorials/whatsapp2-tutorial). | ||
|
||
## Quick Start Using Angular-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](https://github.com/Urigo/angular-meteor/blob/master/.github/CONTRIBUTING.md). | ||
|
||
### Acknowledgement | ||
|
||
This project started as [ngMeteor](https://github.com/loneleeandroo/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](https://github.com/superchris/angular-meteor). | ||
<a href="https://angular-meteor.com/"><img src="https://s22.postimg.org/vpn3d97ch/logo_large.png" width="60" height="60" /></a> [![Join the chat at https://gitter.im/Urigo/angular-meteor](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Urigo/angular-meteor) | ||
|
||
### [Angular-Meteor Compilers](https://github.com/Urigo/angular-meteor/tree/master/atmosphere-packages/angular-compilers) [![Build Status](https://travis-ci.org/Urigo/angular-meteor.svg?branch=master)](https://travis-ci.org/Urigo/angular-meteor) | ||
|
||
### [meteor-rxjs - The Angular Meteor Data solution](https://github.com/Urigo/meteor-rxjs) [![npm version](https://badge.fury.io/js/meteor-rxjs.svg)](https://badge.fury.io/js/meteor-rxjs) [![Build Status](https://travis-ci.org/Urigo/meteor-rxjs.svg?branch=master)](https://travis-ci.org/Urigo/meteor-rxjs) | ||
|
||
### [AngularJS-Meteor](https://github.com/Urigo/angular-meteor/tree/angular1) [![Build Status](https://travis-ci.org/Urigo/angular-meteor.svg?branch=angular1)](https://travis-ci.org/Urigo/angular-meteor) [![npm version](https://badge.fury.io/js/angular-meteor.svg)](https://badge.fury.io/js/angular-meteor) | ||
|
||
#### The power of Meteor and the simplicity and eco-system of Angular | ||
|
||
[![ng-conf](https://img.youtube.com/vi/_mu6BWsnaPM/0.jpg)](https://www.youtube.com/watch?v=_mu6BWsnaPM) | ||
|
||
## Documentation and Getting Started | ||
- [Official website](https://www.angular-meteor.com) | ||
- [Angular Meteor Stickers](https://www.stickermule.com/marketplace/9686-angular-meteor-sticker) | ||
- [Getting started tutorial](https://angular-meteor.com/tutorials/whatsapp2-tutorial) | ||
- [Angular Example application with Ionic CLI](https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp) (Final version of the tutorial) | ||
- [Angular Example application with Meteor CLI](https://github.com/Urigo/Ionic2-MeteorCLI-WhatsApp) (Final version of the tutorial) | ||
- [AngularJS Example application with Ionic CLI](https://github.com/Urigo/IonicCLI-Meteor-WhatsApp) (Final version of the tutorial) | ||
- [AngularJS Example application with Meteor CLI](https://github.com/Urigo/Ionic-MeteorCLI-WhatsApp) (Final version of the tutorial) | ||
- [More simplified examples](https://github.com/Urigo/angular-meteor/tree/master/examples) | ||
- 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) | ||
- [Join angular-meteor Office Hours](https://plus.google.com/events/cj8i93v7cabr9fab5jvv3r6bb80) | ||
- [Discussions - the Meteor Forum](https://forums.meteor.com/) | ||
- [Gitter](https://gitter.im/Urigo/angular-meteor) | ||
- [Report issues](https://github.com/Urigo/angular-meteor/issues) | ||
- [Change Log, updates and breaking changes](https://github.com/Urigo/angular-meteor/blob/master/CHANGELOG.md) | ||
- [Meteor Blog](https://info.meteor.com/blog) | ||
- [Official Meteor guide for best practices](http://guide.meteor.com/) | ||
- [Awesome Meteor](https://github.com/Urigo/awesome-meteor) - Curated, community driven list of Meteor resources | ||
- Starters - [Angular2-Meteor Base](https://github.com/bsliran/angular2-meteor-base), [angular1-meteor Yeoman generator](https://github.com/ndxbxrme/generator-angular-meteor) | ||
- 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) | ||
|
||
## Usage | ||
|
||
Go to the [official docs about Meteor-RxJS](https://angular-meteor.com/meteor-rxjs) | ||
|
||
## Tutorial | ||
|
||
If you are new to Angular and/or Meteor but want to learn them quickly, | ||
please check out our 14-steps Angular-Meteor [tutorial](https://angular-meteor.com/tutorials/whatsapp2-tutorial). | ||
|
||
## Quick Start Using Angular-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](https://github.com/Urigo/angular-meteor/blob/master/.github/CONTRIBUTING.md). | ||
|
||
### Acknowledgement | ||
|
||
This project started as [ngMeteor](https://github.com/loneleeandroo/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](https://github.com/superchris/angular-meteor). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
local | ||
build* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
import 'core-js/es7/reflect'; | ||
|
||
if(Meteor.isClient){ | ||
require('zone.js'); | ||
} | ||
|
||
declare var module : any; | ||
global['System'] = { | ||
import(path: string){ | ||
return module.dynamicImport(path); | ||
} | ||
} | ||
import 'core-js/es7/reflect'; | ||
|
||
if(Meteor.isClient){ | ||
require('zone.js'); | ||
} | ||
|
||
declare var module : any; | ||
global['System'] = { | ||
import(path: string){ | ||
return module.dynamicImport(path); | ||
} | ||
} |
Oops, something went wrong.