style: typos fixed - https://github.com/vlajos/misspell-fixer (#22975)
PR Close #22975
This commit is contained in:

committed by
Matias Niemelä

parent
f739f756ce
commit
de90314304
@ -462,7 +462,7 @@ function updateProp(
|
||||
// expected nodeIndex which a ngOnInit should be called. When sending
|
||||
// ngAfterContentInit and ngAfterViewInit it is the expected count of
|
||||
// ngAfterContentInit or ngAfterViewInit methods that have been called. This
|
||||
// ensure that dispite being called recursively or after picking up after an
|
||||
// ensure that despite being called recursively or after picking up after an
|
||||
// exception, the ngAfterContentInit or ngAfterViewInit will be called on the
|
||||
// correct nodes. Consider for example, the following (where E is an element
|
||||
// and D is a directive)
|
||||
|
@ -36,7 +36,7 @@ function attachProjectedView(vcElementData: ElementData, view: ViewData) {
|
||||
// - add a view to template._projectedViews only 1x throughout its lifetime,
|
||||
// and remove it not until the view is destroyed.
|
||||
// (hard, as when a parent view is attached/detached we would need to attach/detach all
|
||||
// nested projected views as well, even accross component boundaries).
|
||||
// nested projected views as well, even across component boundaries).
|
||||
// - don't track the insertion order of views in the projected views array
|
||||
// (hard, as when the views of the same template are inserted different view containers)
|
||||
view.state |= ViewState.IsProjectedView;
|
||||
|
Reference in New Issue
Block a user