Authentication for an Angular 2 app

hi!!!
I’ve been using Angular 2 tutorials that covered how to deal with requests and handle responses.
I made classic mistakes like forgetting to add the correct providers to the bootstrap. It took more than expected to have everything working perfectly.
this guide helped

1- https://auth0.com/blog/angular2-series-working-with-pipes/
2- https://auth0.com/blog/angular-2-series-part-2-domain-models-and-dependency-injection/
3-https://auth0.com/blog/angular-2-series-part-3-using-http/

The explanation was short and clear.
If anyone has any other source for this topic or for learning Angular 2 in general, it will still help me a lot.

1 Like