We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AfterRenderPhase.EarlyRead
1 parent 5c03357 commit 88119faCopy full SHA for 88119fa
packages/core/src/render3/after_render/api.ts
@@ -32,7 +32,7 @@ export enum AfterRenderPhase {
32
* Use `AfterRenderPhase.EarlyRead` for callbacks that only need to **read** from the
33
* DOM before a subsequent `AfterRenderPhase.Write` callback, for example to perform
34
* custom layout that the browser doesn't natively support. Prefer the
35
- * `AfterRenderPhase.EarlyRead` phase if reading can wait until after the write phase.
+ * `AfterRenderPhase.Read` phase if reading can wait until after the write phase.
36
* **Never** write to the DOM in this phase.
37
*
38
* <div class="docs-alert docs-alert-important">
0 commit comments