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 […]
Listing out some HTML Tips for future use. Linking script and stylesheet in HTML <script src=”main.js”></script> <link href=”style.css” rel=”stylesheet”></link> New in HTML5 […]
Step 1. Install dokku-redirect pluginGit: https://github.com/dokku/dokku-redirect Step 2. Set the redirect to the new url The app-new-web-url can be set to www.app-new-web-url.comWasn’t […]