angular/goldens
Andrew Kushnir f8ca1d57af build(common): updating golden files for the @angular/common package (#60676)
This commit updates golden files that got changed after swtiching to relative paths. There are no actual change to the APIs, the golden file updates capture the change in imports.

PR Close #60676
2025-04-01 18:16:49 +00:00
..
public-api build(common): updating golden files for the @angular/common package (#60676) 2025-04-01 18:16:49 +00:00
size-tracking fix(core): Ensure that a destroyed effect never run. (#59415) 2025-01-08 16:40:44 +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:32 +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