mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08: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:
committed by
Alex Rickabaugh
parent
7d67bd3067
commit
29660f2df9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user