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
This request for tabs comes up some some frequency. MatTabGroup uses ngIf to show the current tab, meaning that tab content is torn down when switching between tabs. Sometimes people want to preserve uncommitted state across tab changes (e.g. #17034 and #17391), which this prevents.