Currently seeking assistance with loading a CSS file for bootstrap-italia. After installing bootstrap-italia, I attempt to run the server using the command:
ng build --watch --base-href /home/
Upon successfully installing bootstrap-italia, located in my node module, I proceed to import the CSS as follows: (within my index.html):
By adding:
<link href="../node_module/bootstrap-italia/dist/css/bootstrap-italia.min.css" rel="stylesheet">
However, this generates the following link:
http://localhost:8080/node_modules/bootstrap-italia/dist/css/bootstrap-italia.min.css
The path exists within the node module but it results in a 404 error. Any guidance would be greatly appreciated.