Skip to content

Commit

Permalink
chore: update angular to 2.0.0-alpha.46
Browse files Browse the repository at this point in the history
- AuthService: EventEmitter is now generic and requires a type
- AuthService, TaskStore: EventEmitter and Observable now use the .subscribe(generatorOrNext, error, complete) method instead of .observer(generator)
- imports: switch to file-relative paths
- npm: update dependencies
- tsconfig: set `moduleResolution: node` [angular/angular#5248]
- docs: update readme
  • Loading branch information
r-park committed Nov 13, 2015
1 parent a53cd18 commit 23ca734
Show file tree
Hide file tree
Showing 23 changed files with 33 additions and 42,328 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Todo app with Angular 2 and Firebase
A simple Todo app example built with **Angular 2**. The app features a **Firebase** backend with **OAuth** authentication, and an **immutable** task list. Try the demo at <a href="https://ng2-todo-app.firebaseapp.com" target="_blank">https://ng2-todo-app.firebaseapp.com</a>.

- Angular `2.0.0-alpha.45`
- Angular `2.0.0-alpha.46`
- Firebase
- JSON Datastore
- OAuth authentication with GitHub, Google, and Twitter
Expand Down
5 changes: 2 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ var autoprefixer = require('autoprefixer'),
var paths = {
lib: {
src: [
//'node_modules/angular2/bundles/angular2.min.js',
//'node_modules/angular2/bundles/router.dev.{min.js,min.js.map}',
'lib/*.js',
'node_modules/angular2/bundles/angular2.min.js',
'node_modules/angular2/bundles/router.dev.js', //{min.js,min.js.map}',
'node_modules/es6-module-loader/dist/es6-module-loader.{js,js.map}',
'node_modules/es6-shim/es6-shim.{map,min.js}',
'node_modules/firebase/lib/firebase-web.js',
Expand Down
Loading

0 comments on commit 23ca734

Please sign in to comment.