components
components copied to clipboard
fix(material/schematics): remove `node_modules` prefix from prebuilt theme
trafficstars
The Angular CLI supports resolving node modules without the need of specifying node_modules directory. This also needed to add support for Yarn PNP which doesn't create a node_modules directory.
Closes #25242