Skip to content

Commit

Permalink
docs(timepicker): add closing tag bracket (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Dec 16, 2020
1 parent ded6aa2 commit a26bd70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const NB_DATE_SERVICE_OPTIONS = new InjectionToken('Date service options'
*
* ```html
* <input nbInput placeholder="Pick Date" [nbDatepicker]="dateTimePicker">
* <nb-date-timepicker withSeconds #dateTimePicker</nb-date-timepicker>
* <nb-date-timepicker withSeconds #dateTimePicker></nb-date-timepicker>
* ```
* @stacked-example(Date timepicker, datepicker/date-timepicker-showcase.component)
*
Expand Down

0 comments on commit a26bd70

Please sign in to comment.