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