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
I have my file cat.ts which does not reference dog.ts. dog.ts defines the class "Dog". In cat.ts, I'm trying to create a "Dog" class - I should get an error that "Dog" isn't defined (at least I used to). Now I don't get the undefined error