Directives :
| Directive | Selector | Description |
|---|---|---|
| NgbDatepicker | ngb-datepicker |
A lightweight and highly configurable datepicker directive |
| NgbInputDatepicker | input[ngbDatepicker] |
A directive that makes it possible to have datepickers on input fields. Manages integration with the input field itself (data entry) and ngModel (validation etc.). |
Refer following links for usage:
| Type | URL |
|---|---|
| NG-Bootstrap Page | https://ng-bootstrap.github.io/#/components/datepicker |
| Template Page | https://modernadmin.evolvision.com/extraComponents/dateTimePicker |