angular4-auth
angular4-auth copied to clipboard
Update `auth.service.ts` imports to recent rxjs
Most recent angular cli will not find 'rxjs/add/operator/toPromise' as this is ES6 functionality.
See http://reactivex.io/rxjs/file/es6/add/operator/toPromise.js.html
This probably also means some work on the blog post :)