Hello,
I am trying to build like production version my project using Angular CLI (latest version) and I am getting warnings because of imported css files.
I am importing these files like in documentation:
While running npm run build (ng build --prod) I am getting warnings because of ej2-ng-navigations (first three errors) and ej2-ng-grids (last three errors):
Maybe you know how can I fix these warnings?