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
It is very easy to mistakenly write class MyComponent extends OnInit instead of class MyComponent implements OnInit and currently we won't call the hook in the first case.