Currently, I am in the process of creating a web application in Angular and I have decided to use the Angular Material library for the user interface. However, I encountered an issue when attempting to import a prebuilt theme. To do so, I included
<link rel="stylesheet" href="../node_modules/@angular/material/prebuilt-themes/indigo-pink.css">
in my index.html
file. Unfortunately, after running ng serve
, the file is not being retrieved.