Commit f2b22b0
refactor(common): eliminate redundant iterator-to-array conversion (angular#60884)
Simplifies code by removing unnecessary `Array.from` usage.
PR Close angular#608841 parent 8e68414 commit f2b22b0
File tree
1 file changed
+2
-3
lines changed- packages/common/src/directives/ng_optimized_image
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
| 130 | + | |
| 131 | + | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
| |||
0 commit comments