mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ff6be32c1a
Proactively replaces our usages of the deprecated `ts.create*` methods in favor of using `ts.factory.create*` so that we're not surprised when the TS removes them in the future. Also accounts for some cases where the signature had changed. PR Close #45134