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
Hello, I am having an issue. I am using Angular 9 with ES2015. If I change to ES5, there are no issues. I'd prefer not to have to change my target from ES2015 to ES5. Is there any other work around?
Specifically, I am seeing the below error when trying to instantiate a new QueueDelayExecuter.
Error: Class constructor Subject cannot be invoked without 'new'
The text was updated successfully, but these errors were encountered:
Hello, I am having an issue. I am using Angular 9 with ES2015. If I change to ES5, there are no issues. I'd prefer not to have to change my target from ES2015 to ES5. Is there any other work around?
Specifically, I am seeing the below error when trying to instantiate a new QueueDelayExecuter.
Error: Class constructor Subject cannot be invoked without 'new'
The text was updated successfully, but these errors were encountered: