Static Angular Deployment to a Subfolder
If you ever try to deploy an Angular app to a subfolder in your server, you will see that your app will end up with a white screen of death on your main root. There are 2 main issues; The base tag and LocationStrategy. First part of the fix: The base tag The HTML <base href=”…”/> specifies a base path for […]