Alan Agius
|
3d8f827ec7
|
fix(docs-infra): retain function keyword in API definitions (#58561)
**Before:**
```ts
animate(
timings: string | number,
styles?: AnimationStyleMetadata | AnimationKeyframesSequenceMetadata | null
): AnimationAnimateMetadata;
```
**Now:**
```ts
function animate(
timings: string | number,
styles?: AnimationStyleMetadata | AnimationKeyframesSequenceMetadata | null
): AnimationAnimateMetadata;
```
PR Close #58561
|
2024-11-08 17:16:05 +00:00 |
|
Matthieu Riegler
|
0e225ce16b
|
docs(docs-infra): Add NgModule exports for directives. (#58071)
This information is extracted from the @NgModule Jsdoc tag.
fixes #57906
PR Close #58071
|
2024-10-04 14:46:17 -07:00 |
|
Joey Perrott
|
03ac3c299d
|
refactor: update license text to point to angular.dev (#57902)
Update license text to point to angular.dev instead of angular.io
PR Close #57902
|
2024-09-24 15:28:46 +02:00 |
|
Matthieu Riegler
|
07a485fdba
|
docs(docs-infra): Add dedicated support for decorators. (#57595)
PR Close #57595
|
2024-09-19 14:16:33 -07:00 |
|
Matthieu Riegler
|
21f67b95b5
|
docs: display property details (#57622)
In case there are no signatures (like in an bare interface method), we display the implementation information.
PR Close #57622
|
2024-09-05 17:22:32 +00:00 |
|
Matthieu Riegler
|
641808fa72
|
docs(docs-infra): Improve styling around API pages (#57492)
PR Close #57492
|
2024-08-30 11:12:26 -07:00 |
|
Matthieu Riegler
|
f859d5c156
|
docs(docs-infra): Improve support for deprecated methods (#57492)
PR Close #57492
|
2024-08-30 11:12:26 -07:00 |
|
Matthieu Riegler
|
c068045d69
|
docs(docs-infra): Add support for cross-links on API pages (#57346)
PR Close #57346
|
2024-08-29 13:39:59 -07:00 |
|
Matthieu Riegler
|
97fd311b6a
|
docs(docs-infra): show usageNotes only for methods. (#57343)
Prior to this change, function and methods showed their usage notes which resulted in duplicate displays for functions.
Fixes #57339
PR Close #57343
|
2024-08-29 07:39:51 -07:00 |
|
Matthieu Riegler
|
b1ed7e2b5f
|
docs(docs-infra): Add support for function/method overloads (#57379)
PR Close #57379
|
2024-08-15 12:12:26 -04:00 |
|
Joey Perrott
|
3bdead1b2f
|
refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
Move the api-gen pipeline into the shared-docs directory.
PR Close #57241
|
2024-08-05 17:06:29 +00:00 |
|