Skip to main content
Added code block boundaries
Source Link
danday74
  • 58k
  • 56
  • 273
  • 337

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
]

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[
MdDatepickerModule,
MdNativeDateModule
]

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 [
  MdDatepickerModule,
  MdNativeDateModule
]

you need to mention the following in your app.module.ts

import { MdDatepickerModule } from '@angular/material'; import { MdNativeDateModule } from '@angular/material';

import { MdDatepickerModule } from '@angular/material'; 
import { MdNativeDateModule } from '@angular/material'; 

and this is in imports array imports[ MdDatepickerModule, MdNativeDateModule ]

imports[
MdDatepickerModule,
MdNativeDateModule
]

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[ MdDatepickerModule, MdNativeDateModule ]

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[
MdDatepickerModule,
MdNativeDateModule
]
Source Link

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[ MdDatepickerModule, MdNativeDateModule ]