From d1805d04d5362b51a19e588a2e1b70a99e9d8b5f Mon Sep 17 00:00:00 2001 From: "Arunkarthick S. R" Date: Fri, 18 May 2018 01:07:47 +0530 Subject: [PATCH] docs: fix docregion in attribute directives for highlight directive (#23972) Fixes #23503 PR Close #23972 --- .../attribute-directives/src/app/highlight.directive.2.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aio/content/examples/attribute-directives/src/app/highlight.directive.2.ts b/aio/content/examples/attribute-directives/src/app/highlight.directive.2.ts index fdf8ba0c85..d039083beb 100644 --- a/aio/content/examples/attribute-directives/src/app/highlight.directive.2.ts +++ b/aio/content/examples/attribute-directives/src/app/highlight.directive.2.ts @@ -40,5 +40,7 @@ export class HighlightDirective { // #docregion color-2 @Input() appHighlight: string; // #enddocregion color-2 -} +// #docregion +} +// #enddocregion