Skip to content

Commit 4d49b07

Browse files
committed
chore(cleanup): Remove old code (moved to a branch)
1 parent c4ec3f1 commit 4d49b07

15 files changed

+26
-2543
lines changed

.bithoundrc

-26
This file was deleted.

.npmignore

-13
This file was deleted.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.8.0"></a>
2+
3+
### Compatibility for Angular 4 and beyond
4+
5+
This version fixed a compatibility issue for the old Reactive Component with Angular 4.
6+
7+
It is still recommended to use the newer []Meteor-RxJS API](https://github.com/Urigo/meteor-rxjs) and all the tutorials have migrated to that.
8+
9+
* Add compatibility for Angular 4 for the old Reactive Component API, [#1644](https://github.com/Urigo/angular-meteor/pull/1644)
10+
* Add Angular CLI Example, [#1651](https://github.com/Urigo/angular-meteor/pull/1651)
11+
12+
This version was done completely by @darkbasic, thank you so much!
13+
114
<a name="0.7.0-beta.1"></a>
215
# [0.7.0-beta.1](https://github.com/Urigo/angular2-meteor/compare/0.6.0...v0.7.0-beta.1) (2016-08-21)
316

README.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,44 @@
11
<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)
22

3-
### Angular1-Meteor [![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)
3+
### Angular-Meteor [![Build Status](https://travis-ci.org/Urigo/angular-meteor.svg?branch=master)](https://travis-ci.org/Urigo/angular-meteor) [![npm version](https://badge.fury.io/js/angular2-meteor.svg)](https://badge.fury.io/js/angular2-meteor) [![bitHound Overall Score](https://www.bithound.io/github/Urigo/angular-meteor/badges/score.svg)](https://www.bithound.io/github/Urigo/angular-meteor) [![bitHound Dependencies](https://www.bithound.io/github/Urigo/angular-meteor/badges/dependencies.svg)](https://www.bithound.io/github/Urigo/angular-meteor/master/dependencies/npm)
44

5-
### Angular2-Meteor [![Build Status](https://travis-ci.org/Urigo/angular-meteor.svg?branch=master)](https://travis-ci.org/Urigo/angular-meteor) [![npm version](https://badge.fury.io/js/angular2-meteor.svg)](https://badge.fury.io/js/angular2-meteor) [![bitHound Overall Score](https://www.bithound.io/github/Urigo/angular-meteor/badges/score.svg)](https://www.bithound.io/github/Urigo/angular-meteor) [![bitHound Dependencies](https://www.bithound.io/github/Urigo/angular-meteor/badges/dependencies.svg)](https://www.bithound.io/github/Urigo/angular-meteor/master/dependencies/npm)
5+
### AngularJS-Meteor [![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)
66

77
#### The power of Meteor and the simplicity and eco-system of Angular
88

99
[![ng-conf](https://img.youtube.com/vi/_mu6BWsnaPM/0.jpg)](https://www.youtube.com/watch?v=_mu6BWsnaPM)
1010

1111
## Documentation and Getting Started
1212
- [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)
1721
- [Join angular-meteor Office Hours](https://plus.google.com/events/cj8i93v7cabr9fab5jvv3r6bb80)
1822
- [Discussions - the Meteor Forum](https://forums.meteor.com/)
1923
- [Gitter](https://gitter.im/Urigo/angular-meteor)
2024
- [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)
2226
- [Meteor Blog](https://info.meteor.com/blog)
2327
- [Official Meteor guide for best practices](http://guide.meteor.com/)
2428
- [Awesome Meteor](https://github.com/Urigo/awesome-meteor) - Curated, community driven list of Meteor resources
2529
- Starters - [Angular2-Meteor Base](https://github.com/bsliran/angular2-meteor-base), [angular1-meteor Yeoman generator](https://github.com/ndxbxrme/generator-angular-meteor)
2630
- 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)
2831

2932
## Usage
3033

3134
Go to the [official docs](https://www.angular-meteor.com/)
3235

3336
## Tutorial
3437

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,
3639
please check out our 14-steps Angular2-Meteor [tutorial](https://angular-meteor.com/tutorials/whatsapp2-tutorial).
3740

38-
## Quick Start Using Angular2-Meteor
41+
## Quick Start Using Angular-Meteor
3942
```
4043
$ meteor create --example angular2-boilerplate myApp
4144
$ cd myApp

modules/cursor_handle.ts

-29
This file was deleted.

modules/index.ts

-5
This file was deleted.

modules/main.ts

-2
This file was deleted.

modules/meteor_reactive.ts

-185
This file was deleted.

0 commit comments

Comments
 (0)