mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b8d1b070b2
Currently the values in `DirectiveDef.inputs` are either strings or arrays, depending if there are flags. This makes it a bit hard to work with, because each time it's read, the consumer needs to account for both cases. These changes rework it so the values are always an arrays. PR Close #59980