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
fix(accordion): complete accordion item emitters on destroy (#10858)
The `CdkAccordionItem` currently has a handful of event emitters that are being subscribed to internally, but are never being completed and their subscriptions are never dropped. These changes complete the emitters in order to avoid hanging subscriptions.
0 commit comments