mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b20e470704
This commit reuses the logic of the `withBody` helper and implements the `withHead` based on it.The helper method is useful for tests that rely on a certain tags being present in document's `<head>` element. PR Close #46250