angular/goldens
Rafal Slawik 82327f2092 feat(common): accept undefined inputs in NgTemplateOutlet (#61404)
Extend types of inputs to include `undefined` to avoid `?? null` when using singals (e.g. `viewChild`).

Fixes #51225

PR Close #61404
2025-05-25 14:26:42 -07:00
..
public-api feat(common): accept undefined inputs in NgTemplateOutlet (#61404) 2025-05-25 14:26:42 -07:00
size-tracking fix(core): cleanup testability subscriptions (#61261) 2025-05-21 12:06:23 +00:00
BUILD.bazel build: use api-golden tool from dev-infra for testing public API (#42688) 2021-06-30 11:43:48 -07:00
README.md build: remove circular deps goldens (#60021) 2025-02-19 21:01:31 +00:00

public-api/

This directory contains all of the public api goldens for our npm packages we publish to NPM. These are tested on all PRs and commits as part of our bazel tests.

To check or update the public api goldens, run one of the following commands:

yarn public-api:check
yarn public-api:update