
Discover the tools, setup steps, and best practices for building a LoopBack and Angular website from scratch, including project structure, lazy loading, and authentication flows.
Create a user model and extend it with first name, last name, username, and email. Expose api endpoints to create and log in users, using LoopBack and a memory db.
Create a login register feature module with lazy loading in Angular, configure routing and loadChildren, and prepare components for login, register, forget password, and email verification.
Create a page not found component, build login and register components inside a feature module, and configure routing with redirects, router-outlet, and router links.
Design and validate a login form by reusing the register form group, adding email and password with required and email validators, and connect forgot password and register routes.
Design and validate a forgot password form by creating a new login/register component, wiring a form with email validation, and updating routing to navigate to the forgot password page.
Develop a reusable helper service to show alerts using Angular Material's snack bar, backed by a toaster component and entry components for consistent toast messages across features.
Create a constant service in the shared folder to centralize API routes, messages, and local storage keys, using environment variables and static properties for logging and sign up.
Build an angular guard service with canActivate to protect the dashboard by checking the auth token and routing authenticated users to the dashboard, or sign up or log in.
Create and test the Angular log in and register service to call sign-up API via HTTP post, modify user data, and validate responses from the LoopBack backend, including email verification.
Learn how to implement email verification in Loopback, exposing a remote method, updating user status, sending verification emails, and integrating a verification page with an Angular frontend.
Implement a login workflow in LoopBack by adding before and after remote methods, filtering user data, and returning verification status, tokens, and roles for the frontend.
Implement an Angular forgot password flow by wiring a forgot password service and login service to send a reset password email on form submission.
Create and integrate a reset password component in an Angular and LoopBack project, build a form with validators, wire routing, and call the reset password API to update user password.
Change the extension of attached .txt files to .scss
Implement a logout feature in an Angular and Loopback app by adding a log out user function in a category service that clears local storage and navigates to login page.
Loopback is Nodejs framework for creating apis and providing UI for testing the apis. Angular is Javascript framework for creating single page web apps. After completing this course, you will be able to build a complete and full fledge note taking web app using Loopback and Angular 8.
If you want to learn even one technology like Angular or Loopback, this course provide you enough knowledge to build high level web applications with best code practices.
I will start with creating folder structures of the Angular and Loopback projects, following the best practices and code quality. These are the following topics I will be covering in this course.
Loopback
Loopback introduction
User registration in Loopback
User login in Loopback
User email verification in Loopback
Forget password in Loopback
Change password in Loopback
Creating Loopback models using commands
Build proper folder structure in Loopback project
Build custom templates in Loopback
Creating remote methods in loopback
Using hooks in Loopback
Model relationships in Loopback
Access controls in Loopback
Angular
Angular cli commands
Angular Routing
Angular Components communication
Angular project folder structure
Lazy Loading in loopback
Best Practices and Interfaces
Using rich text box for creating notes
Utilising loopback apis in angular
Build nice looking Angular material UI
In this course, I will build a note taking app that will include categories and each category will have multiple notes which we can perform CRUD operations on.
I can assure, you will become a full stack developer after completing this course and can build hight level enterprise web apps. I hope to see you taking this course.