angular/packages/core
arturovt 46a2ad39f5 fix(common): prevent warning about oversize image twice (#58021)
I’ve noticed that there was a loop inside a loop. Since we’re already iterating through
`images` using `forEach`, it was running a `for` loop through `images` again. This was
probably a mistake made when the functionality was initially added. The test actually
verified that `logs.length` is `1`, but in the real environment, it logs twice
(which is quite obvious due to the code).

I’ve also added the missing file to the Bazel target.

PR Close #58021
2024-10-02 11:46:18 +00:00
..
global refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
primitives refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
reference-manifests build: add target to generate api manifest (#52472) 2023-11-02 11:00:59 -07:00
rxjs-interop refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
schematics fix(migrations): delete constructor if it only has super call (#58013) 2024-09-30 13:39:43 -07:00
src fix(common): prevent warning about oversize image twice (#58021) 2024-10-02 11:46:18 +00:00
test fix(common): prevent warning about oversize image twice (#58021) 2024-10-02 11:46:18 +00:00
testing refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
BUILD.bazel refactor(compiler-cli): Do extract symbols from private modules. (#57611) 2024-09-06 14:15:19 +00:00
index.ts refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
package.json build: update zone.js version to 0.14.10 instead of 0.15 (#57266) 2024-08-05 18:15:41 +00:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
public_api.ts refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00