mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently `R3TargetBinder.bind` gets a set of data back from `DirectiveBinder.apply` and `TemplateBinder.applyWithScope`. This will be annoying if we have multiple sources of data, because we'd have to do merge them at the end. These changes switch to constructing the various data structures ahead of time and passing them into the binders to populate them instead. I also extracted some of the less trivial types into type aliases so we don't have to repeat them. PR Close #60191 |
||
|---|---|---|
| .. | ||
| design | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| compiler.ts | ||
| index.ts | ||
| package.json | ||
| public_api.ts | ||