angular/adev/shared-docs/pipeline/api-gen/rendering
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
..
entities docs(docs-infra): Add dedicated support for decorators. (#57595) 2024-09-19 14:16:33 -07:00
marked docs(docs-infra): Add support for function/method overloads (#57379) 2024-08-15 12:12:26 -04:00
regions refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241) 2024-08-05 17:06:29 +00:00
shiki fix(docs-infra): retain function keyword in API definitions (#58561) 2024-11-08 17:16:05 +00:00
styling refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
templates fix(docs-infra): retain function keyword in API definitions (#58561) 2024-11-08 17:16:05 +00:00
test docs(docs-infra): update default generic values and add constraints for type parameters in functions (#58548) 2024-11-08 17:15:07 +00:00
transforms fix(docs-infra): retain function keyword in API definitions (#58561) 2024-11-08 17:16:05 +00:00
BUILD.bazel refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241) 2024-08-05 17:06:29 +00:00
cli-entities.ts refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241) 2024-08-05 17:06:29 +00:00
entities.ts fix(compiler-cli): correct extraction of generics from type aliases (#58548) 2024-11-08 17:15:08 +00:00
index.d.ts refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241) 2024-08-05 17:06:29 +00:00
index.ts docs: Enable direct links to class/interface methods for @link (#57615) 2024-09-06 16:03:37 +00:00
processing.ts docs(docs-infra): Add dedicated support for decorators. (#57595) 2024-09-19 14:16:33 -07:00
render_api_to_html.bzl refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241) 2024-08-05 17:06:29 +00:00
rendering.ts docs(docs-infra): Add dedicated support for decorators. (#57595) 2024-09-19 14:16:33 -07:00
symbol-context.ts docs: Enable direct links to class/interface methods for @link (#57615) 2024-09-06 16:03:37 +00:00