You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: avoid clearing too much content in deferred content
The deferred content directive currently calls `ViewContainerRef.clear` which may end up removing content that the directive doesn't actually own. These changes adjust the directive so it only removes the view it inserted itself.
(cherry picked from commit ef6ffb4)
0 commit comments