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
- Host: GitHub
- URL: https://github.com/cornflourblue/angular-7-tutorial
- Owner: cornflourblue
- License: mit
- Created: 2019-04-23T07:51:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:20:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T08:21:42.929Z (about 1 year ago)
- Topics: angular, angular-tutorial, angular-webpack, angular2, angular7, tutorial
- Language: TypeScript
- Homepage:
- Size: 1.71 MB
- Stars: 22
- Watchers: 5
- Forks: 27
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)