mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
93d17ee888
After a bugfix in #46096, the compiler is now better capable of detecting pipes which require an inline type constructor. However, there is an issue in how all pipes are considered when verifying the inline type-ctor requirement: it should only check actually used pipes. Fixes #46747 PR Close #46807