I want to use angular material but facing the problem while importing angular material theme css file -
I imported
<link href="../node_modules/@angular/material/prebuilt-themes/indigo-pink.css" rel="stylesheet">
in the index.html
but I have this error =>
Getting the following error -
'http://localhost:8081/node_modules/@angular/material/prebuilt-themes/indigo-pink.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
How do I have to make it work please?
I don't have angular.json
or angular-cli.json