From a26bd702ffd8924fabe1be1c7822ac6efafad873 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Wed, 16 Dec 2020 18:15:21 +0300 Subject: [PATCH] docs(timepicker): add closing tag bracket (#2616) --- .../theme/components/datepicker/datepicker.directive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/theme/components/datepicker/datepicker.directive.ts b/src/framework/theme/components/datepicker/datepicker.directive.ts index ac4e66b228..a2e940a4ea 100644 --- a/src/framework/theme/components/datepicker/datepicker.directive.ts +++ b/src/framework/theme/components/datepicker/datepicker.directive.ts @@ -181,7 +181,7 @@ export const NB_DATE_SERVICE_OPTIONS = new InjectionToken('Date service options' * * ```html * - * + * * ``` * @stacked-example(Date timepicker, datepicker/date-timepicker-showcase.component) *