Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with compilerOptions: target: ES2015 #64

Open
tyanders1987 opened this issue Dec 19, 2020 · 2 comments
Open

Issues with compilerOptions: target: ES2015 #64

tyanders1987 opened this issue Dec 19, 2020 · 2 comments

Comments

@tyanders1987
Copy link

tyanders1987 commented Dec 19, 2020

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'

@huan
Copy link
Owner

huan commented Dec 20, 2020

Will check it later.

And it would be easy to fix it quick if you can provide a minimum reproduce able repo or add a unit test to fail your case.

@huan
Copy link
Owner

huan commented Nov 23, 2021

@tyanders1987 Can you provide a minimum reproducible code so that I can see what happened exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants