you need to mention the following in your app.module.ts
import { MdDatepickerModule } from '@angular/material';
import { MdNativeDateModule } from '@angular/material';
and this is in imports array
imports[imports [
MdDatepickerModule,
MdNativeDateModule
]