mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a0327bb596
In TSDoc, we currently handle the `@usageNotes` annotation, but this is not a standard TSDoc tag. Instead, the `@example` annotation is the correct standard, which is used in the Angular CLI repo and on the SSR package. This change ensures that `@example` is treated the same as `@usageNotes` during the transform process and also handle multiple instances of `@example` on the same tag. PR Close #60443