An error is thrown on this line:
import {MAT_MOMENT_DATE_FORMATS, MomentDateAdapter} from '@angular/material-moment-adapter';
The error is:
Cannot find module '@angular/material-moment-adapter';'
The module is found
The module is not found
StackBlitz example for the website
Angular: 6.0.7
angular/material: 6.4.2
Typescript: 3.0.1
Another question, where is MatMomentDateModule
located?
npm i @angular/material-moment-adapter
import { MatMomentDateModule, MomentDateAdapter } from "@angular/material-moment-adapter";
I'm sorry but I guess StackOverflow is better for questions...
And we also need to install moment
npm install moment --save
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
npm i @angular/material-moment-adapter
I'm sorry but I guess StackOverflow is better for questions...