mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Reworks how we store arrow functions in the following ways: 1. Rather than the `storeCallback` and `getCallback` instructions, we generate a single `arrowFunction` instruction. 2. The `arrowFunction` instruction uses a factory to create a new instance of the function when a function is read for the first time. 3. We now keep arrow functions in listeners in line so that they have access to `$event`. |
||
|---|---|---|
| .. | ||
| global | ||
| primitives | ||
| resources | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||
| tsconfig-build.json | ||
| tsconfig-test.json | ||