An open API service indexing awesome lists of open source software.

https://github.com/cornflourblue/angular-7-tutorial

A video tutorial series showing how to build an Angular 7 application step by step that supports user registration and login functionality
https://github.com/cornflourblue/angular-7-tutorial

angular angular-tutorial angular-webpack angular2 angular7 tutorial

Last synced: 9 months ago
JSON representation

A video tutorial series showing how to build an Angular 7 application step by step that supports user registration and login functionality

Awesome Lists containing this project

README

          

# angular-7-tutorial

A video tutorial series showing how to build an Angular 7 application step by step that supports user registration and login functionality.

* [Part 1 (Windows) - Setup Development Machine on Windows](https://www.youtube.com/watch?v=FNYsvgmblM0)
* [Part 1 (Mac) - Setup Development Machine on Mac](https://www.youtube.com/watch?v=NLsey2LlJqo)
* [Part 2 - Create Base Project Structure & Webpack Config](https://jasonwatmore.com/post/2019/04/24/angular-7-tutorial-part-2-create-base-project-structure-webpack-config)
* [Part 3 - Add Routing & Multiple Pages](https://jasonwatmore.com/post/2019/04/29/angular-7-tutorial-part-3-add-routing-multiple-pages)
* [Part 4 - Login Form, Authentication Service & Route Guard](https://jasonwatmore.com/post/2019/05/17/angular-7-tutorial-part-4-login-form-authentication-service-route-guard)
* [Part 5 - Registration Form & User Service](https://jasonwatmore.com/post/2019/05/22/angular-7-tutorial-part-5-registration-form-user-service)
* [Part 6 - Home Page & Alert Component](https://jasonwatmore.com/post/2019/05/31/angular-7-tutorial-part-6-home-page-alert-component)
* [Part 7 (Optional) - Migrating to an Angular CLI Project](https://jasonwatmore.com/post/2019/06/13/angular-7-tutorial-part-7-migrating-to-an-angular-cli-project)