We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe52d8f commit 260531dCopy full SHA for 260531d
packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.ts
@@ -15,7 +15,7 @@ import {JsDocTagEntry} from './entities';
15
* decorators in JsDoc blocks so that they're not parsed as JsDoc tags.
16
*/
17
const decoratorExpression =
18
- /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
+ /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf|ViewChild|ViewChildren|ContentChild|ContentChildren))/g;
19
20
/** Gets the set of JsDoc tags applied to a node. */
21
export function extractJsDocTags(node: ts.HasJSDoc): JsDocTagEntry[] {
0 commit comments