For ngcc's processing of ES5 bundles, the spread syntax has been downleveled from `[...ARRAY]` to become `ARRAY.slice()`. This commit adds basic support for static resolution of such call. PR Close #27158
hostBindings
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
License: MIT