docs: fix docregion in attribute directives for highlight directive (#23972)

Fixes #23503

PR Close #23972
This commit is contained in:
Arunkarthick S. R 2018-05-18 01:07:47 +05:30 committed by Miško Hevery
parent d243baf48a
commit d1805d04d5
1 changed files with 3 additions and 1 deletions

View File

@ -40,5 +40,7 @@ export class HighlightDirective {
// #docregion color-2
@Input() appHighlight: string;
// #enddocregion color-2
}
// #docregion
}
// #enddocregion