Alan Agius 414736bc0f fix(@angular/ssr): accurately calculate content length for static pages with \r\n
JS engines convert `\r\n` to `\n` in template literals, potentially leading to incorrect byte length calculations. This fix ensures the correct content length is determined.

Closes #29567
2025-02-06 11:51:26 -08:00
..

/tests Folder

Contains all e2e tests and test assets.

legacy-cli/

Contains all assets and all e2e tests from the legacy CLI repo.

Others

Other folders contain test assets related to the Package namespace folders matching their name.