Why should you carefully import your node_modules in your project?
Introduction There's a big different between import {MatDialogModule} from '@angular/material' and import {MatDialogModule} from '@angular/material/dialog' Let's get started Recently I decided to dig into the output of my dummies projects…