I have a nrwl nx workspace with apps and libs.
In one of my libs I want to import an angular material theme, but in browser I get the following warning:
Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.angular.io/guide/theming
I have imported the following line in my list.component.scss:
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
Actually, what I want was to import this in a styles.scss, but styles.scss is not available in libs and if I add one I don't know where to reference it.