I want to change the base url
when load the application url is http://localhost:4200/#/ I want to change this to http://localhost:4200/carrom/.
For doing this I changed base url to then loading url is http://localhost:4200/carrom#/
How can I change this to http://localhost:4200/carrom...but the images and assets are not loading
For doing this I changed base url to then loading url is http://localhost:4200/carrom#/
<img src="assets/images/img1.jpg">