angular/packages/platform-browser/src
Andrew Scott c2dd703d2f refactor(core): Remove internal-only testability features (#53767)
This commit removes the testability features that are internal only.
This simplifies the implementation of testability which will need
updates to support zoneless. Those updates will be easier to manage if
the Testability implementation is simpler.
While protractor is indeed officially EOL, we will still need to do some
updates to support teams migrating to zoneless that have protractor
tests.

As far as protractor's own use of `whenStable`, it does not read the
internal only methods either:
https://github.com/angular/protractor/blob/master/lib/clientsidescripts.js
Anything else depending on these values are not following the defined public API
contract.

PR Close #53767
2024-01-09 14:46:46 -08:00
..
browser refactor(core): Remove internal-only testability features (#53767) 2024-01-09 14:46:46 -08:00
dom fix(animations): prevent the AsyncAnimationRenderer from calling the delegate when there is no element. (#52570) 2023-11-13 16:29:18 +00:00
security refactor(platform-browser): Throw tree-shakable errors. (#49341) 2023-05-04 12:21:20 +02:00
browser.ts refactor: fix a number of typos throughout the codebase (#52249) 2023-10-25 16:51:24 -07:00
errors.ts refactor: fix a number of typos throughout the codebase (#52249) 2023-10-25 16:51:24 -07:00
hydration.ts docs: update SSR doc to reflect version 17 (#52398) 2023-10-26 12:30:59 -07:00
platform-browser.externs.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
platform-browser.ts refactor(platform-browser): remove withNoDomReuse function (#52057) 2023-10-09 13:36:16 -07:00
private_export.ts fix(platform-browser): set animation properties when using async animations. (#52087) 2023-10-10 11:59:13 -07:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00