mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This change fixes up several comments that accidentally used the JSDoc tag @internal in regular block comments (`/*` instead of `/**`). This prevents a problem with Closure Compiler that balks at `@` tags occuring in regular block comments, because it assumes they were intended to be tags for the compiler. When occuring in `/**` JSDoc, tsickle escapes the tags, so they do not cause problems. PR Close #24928 |
||
|---|---|---|
| .. | ||
| animation_builder.ts | ||
| animation_renderer.ts | ||
| animations.ts | ||
| module.ts | ||
| private_export.ts | ||
| providers.ts | ||