I'm working on a web app that uses Angular Material (Angular4) and they are continually updating their components (like moving from md-select to mat-select), the problem is that my web is in production, so i can't rely on the changes that they are doing because i don't need new updates on Angular Material.
I'm using npm to update the packages... My package.json looks like this 1
Obs: When they make a new update the app doesn't crashes, the modules that I've imported works, but is like they are not finding the CSS so the app doesn't look really good...
Obs 2: Sorry for my english :D