There are primarily 2 ways to navigate back to previous page in Angular: Using router.navigate() from @angular/router Using location.back() from @angular/common We […]
This article on Deploying an Angular App is part of the Learning Angular series. Deployment Preparations and Important Steps Steps:a) Build the app for […]