How do i check if normalized css is working in Angular.js or not after importing normalized.css in the style.css file. After I click on the import i.e. Cntrl + click it says cant find the file.
The things i did to include normalize.css is
1) npm install --save normalize.css
2) @import '~normalize.css'; in my style.css file
3) Under styles added "../node_modules/normalize.css/normalize.css"
in my angular.json file.
You can look at the styles applied to the html tag and see if the following two are applied:
You can check other styles that are applied by looking at the normalize.css file inside the package files on Github here: normalize.css