mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently if inputs are marked as optional via the question mark syntax, we add `undefined` only if there is an explicit type. This is wrong as we should do the same if there is just an initializer. This commit fixes this. PR Close #58031 |
||
|---|---|---|
| .. | ||
| global | ||
| primitives | ||
| reference-manifests | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||