mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
In this commit, we replace `private warnIfDestroyed` with a `warnIfDestroyed` function that can be completely removed in production. This change is necessary because, with `private warnIfDestroyed`, the empty method is still retained in production, even though it has no body. PR Close #59269 |
||
|---|---|---|
| .. | ||
| global | ||
| primitives | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||