mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| testing | ||
| index.ts | ||
| package.json | ||
| rollup.config.js | ||
| tsconfig-build.json | ||