Any one please suggest me while i updated angular/Cli as "@angular/compiler-cli": "5.0.0", i am getting below error.
Failed: The animation trigger "transform" has failed to build due to the - The provided animation property "transform" is not a supported CSS pr - The provided animation property "transform" is not a supported CSS pr
I had the same error. I added the following code to server.ts to resolve the issue.
Please see a document, which have to be defined before that:
I have taken a solution from here:
https://github.com/angular/material2/issues/7101