Skip to content

Commit cc286be

Browse files
JeanMechealxhub
authored andcommitted
docs(docs-infra): Remove warning for @Annotation. (#50218)
Per #50206, `@Annotation` is needed for tsickle. This commit removes the warning "Invalid tags found" produced by dgeni for the annotation decorator. PR Close #50218
1 parent 7ac8f09 commit cc286be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// @Annotation is load-bearing for tsickle's decorator downleveling transformation
2+
// We must provide a tag-def for it or the doc-gen will produce a warning.
3+
module.exports = function() {
4+
return {name: 'Annotation'};
5+
};

0 commit comments

Comments
 (0)