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 |
||
|---|---|---|
| .. | ||
| migrations | ||
| ng-generate | ||
| test | ||
| utils | ||
| BUILD.bazel | ||
| collection.json | ||
| migrations.json | ||
| package.json | ||
| rollup.config.js | ||
| tsconfig.json | ||