Skip to content

Commit

Permalink
docs(timepicker): add closing tag bracket (#2616)
Browse files Browse the repository at this point in the history
(cherry picked from commit a26bd70)
  • Loading branch information
yggg committed Jan 19, 2021
1 parent aebaa10 commit 734c8bd
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 734c8bd

Please sign in to comment.