Martin Probst e0a8376237 fix(compiler): avoid a ...null spread in extraction (#16547)
This code only runs in ES5 mode in the test suite, so this is difficult to test.
However `updateFromTemplate` is being called with a spread operator, as
`...updateFromTemplate(...)`. The spread operator should fail on `null` values.
This change avoids the problem by always returning a (possibly empty) array.

PR Close #16547
2017-05-08 17:49:43 -05:00
..
2017-05-03 09:22:32 +01:00
2017-05-03 09:22:32 +01:00
2017-05-03 09:22:32 +01:00

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT