Recently integrated angular material in my angular 4 application, and right after I tried to compile the code, I got this error:
Metadata version mismatch for module myapp / public / app / app.module.ts, found version 3, expected 4
Tried to get back to my early package, but still no luck. Any idea how to fix this?
source
share