Skip to content

Commit 7a7dc89

Browse files
petebacondarwinatscott
authored andcommitted
build(docs-infra): add @default tag-def support (angular#40404)
This tag-def is being used in the `platform-server` source code, and was causing warnings in the doc-gen. Adding support prevents the warning from being shown. Other than that this change has no effect on the generated documentation, since the `@default` tag is not used in any templates. PR Close angular#40404
1 parent 48009dc commit 7a7dc89

File tree

1 file changed

+3
-0
lines changed
  • aio/tools/transforms/angular-api-package/tag-defs

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = function() {
2+
return {name: 'default'};
3+
};

0 commit comments

Comments
 (0)