mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: remove an unnecessary whitespace (#58388)
Remove an unnecessary whitespace between an opening parenthesis and a word in the documentation on lifecycle. Closes #58380 PR Close #58388 PR Close #58388
This commit is contained in:
parent
92fbecb527
commit
63f3d0c8fa
1 changed files with 2 additions and 2 deletions
|
|
@ -175,8 +175,8 @@ During initialization, the first `ngDoCheck` runs after `ngOnInit`.
|
|||
|
||||
### ngAfterContentInit
|
||||
|
||||
The `ngAfterContentInit` method runs once after all the children nested inside the component (
|
||||
its _content_) have been initialized.
|
||||
The `ngAfterContentInit` method runs once after all the children nested inside the component (its
|
||||
_content_) have been initialized.
|
||||
|
||||
You can use this lifecycle hook to read the results of
|
||||
[content queries](guide/components/queries#content-queries). While you can access the initialized
|
||||
|
|
|
|||
Loading…
Reference in a new issue