refactor(compiler): introduce compiler infrastructure for input transforms by crisbeto · Pull Request #50225 · angular/angular

Adds the necessary compiler changes to support input transform functions. The compiler output has changed in the following ways: Directive handler The directive handler now extracts a reference to ...