-
Notifications
You must be signed in to change notification settings - Fork 25.9k
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
Error in stackblitz for Dynamic component loader #48047
Comments
This broke due to ReactiveX/rxjs@fce9aa1 in rxjs 7.5.6, which is causing Node types to be pulled into application compilations. |
This only effects the IDE, it does not effect the outcome of the build of the application. |
I believe this has been fixed by ReactiveX/rxjs@c1a07b7 and shipped in RxJS 7.6 ! |
The issue can be closed, RxJS has been updated and the examples. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Describe the problem that you experienced
When opening the stackblitz exemple for Dynamic component loader there is a TS error.
Because
setInterval
is fromNodeJS
and notwindow
.Enter the URL of the topic with the problem
https://angular.io/generated/live-examples/dynamic-component-loader/stackblitz.html
Describe what you were looking for in the documentation
Opening the page https://angular.io/guide/dynamic-component-loader
Describe the actions that led you to experience the problem
Clicking the link live exemple
Describe what you want to experience that would fix the problem
Add a screenshot if that helps illustrate the problem
No response
If this problem caused an exception or error, please paste it here
No response
If the problem is browser-specific, please specify the device, OS, browser, and version
No response
Provide any additional information here in as much as detail as you can
No response
The text was updated successfully, but these errors were encountered: