angular/material%20is%20not%20a%20module code example

Example 1: @angular/material/index.d.ts

It is changed in updated version of angular i think.
To resolve this issue you need to downgrade the angular/material version

Try to update the angular material (@angular/[email protected]) of this version.

npm uninstall -g @angular/material
npm cache clean --force

npm install -g @angular/material@7

Example 2: File "..node_modules/@angular/material/index.d.ts' is not a module.ts(2306)

#import the individual modules, as Angular no longer support installeting from @angular/material

Tags:

Misc Example