domfarolino / angular2-login-seed

(deprecated) Seed app w/ Angular2, Node, Express, and OAuth login
https://domfarolino.com/angular2-login-seed
MIT License
181 stars 77 forks source link

Angular cli #4

Closed domfarolino closed 8 years ago

domfarolino commented 8 years ago

Changes from this branch:

Express server and Angular app are now divorced, such that the express server no longer serves the Angular app, and the Angular-CLI serves the app. The express server is now only used for the API, and authentication works fine now that XHR withCredentials is now supported in Angular 2.