I got, Here working fine Just import the modules in APP.MODULE.TS file
import {MatNativeDateModule} from '@angular/material/core';
imports: [
...
MatNativeDateModule
],
I got, Here working fine Just import the modules in APP.MODULE.TS file
import {MatNativeDateModule} from '@angular/material/core';
imports: [
...
MatNativeDateModule
],