angular/adev/shared-docs/pipeline/api-gen/rendering
Alan Agius c2a9b75045 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:04 +00:00
..
entities docs(docs-infra): Add dedicated support for decorators. (#57595) 2024-09-19 14:16:31 -07:00
marked docs(docs-infra): fix markdown link rendering (#57377) 2024-08-13 15:53:55 -07: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:04 +00:00
styling refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
templates fix(docs-infra): retain function keyword in API definitions (#58561) 2024-11-08 17:16:04 +00:00
test docs(docs-infra): update default generic values and add constraints for type parameters in functions (#58548) 2024-11-08 17:15:06 +00:00
transforms fix(docs-infra): retain function keyword in API definitions (#58561) 2024-11-08 17:16:04 +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:06 +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:36 +00:00
processing.ts docs(docs-infra): Add dedicated support for decorators. (#57595) 2024-09-19 14:16:31 -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:31 -07:00
symbol-context.ts docs: Enable direct links to class/interface methods for @link (#57615) 2024-09-06 16:03:36 +00:00