Bug
Should build correctly
Failing on build due to 'fromIso8901' being missing in current build of moment-date-adapter, but not in 'date-adapter.ts' base class found in the official material release 2.0.0-beta.12
Add the following to your package.json
"@angular/material": "2.0.0-beta.12",
"@angular/material-moment-adapter": "https://github.com/angular/material2-moment-adapter-builds",
Build needs to work appropriately
Angular - 5.0.0-rc.9
Material - 2.0.0-beta.12
Typescript - 2.5.3
This was reported on the material2-moment-adapter-builds repository here. Per instructions on the home page of that repository, re-posting the issue here.
https://github.com/angular/material2-moment-adapter-builds/issues/1
Pinning the version of material-moment-adapter will fix the problem for now.
https://github.com/angular/material2-moment-adapter-builds.git#2.0.0-beta.12-00de3f6
After it's released officially it will work fine with Angular Material.
It works!!
Thanks, @rthewhite.
Closing this since there's no code change to be made, just needs a release
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Pinning the version of material-moment-adapter will fix the problem for now.
https://github.com/angular/material2-moment-adapter-builds.git#2.0.0-beta.12-00de3f6
After it's released officially it will work fine with Angular Material.