mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
52cb79ccb5
The `@internal` tag prevents code items from appearing in the docs and the typings files. You can now use `@nodoc` if you only want it to be excluded from the docs and not the typings files. Closes #20990 PR Close #21024