  
export class AppModule { }
`
4. Add the component to your view for basic
`html
[ngxDatePicker]="dateInstanceSingle"
[value]="singleDate"
(valueChange)="onChangeSingle($event)">
`
or for Angular forms
`html
``