mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, during the evaluation of a function call where no argument was provided for a parameter that has a default value, the default value would be taken from the context of the caller, instead of the callee. This commit fixes the behavior by resolving the default value of a parameter in the context of the callee. PR Close #29888 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| ngcc | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| ngtools2.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||