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

Error: NG0908: In this configuration Angular requires Zone.js #30

Open
alcfeoh opened this issue Mar 5, 2024 · 1 comment
Open

Error: NG0908: In this configuration Angular requires Zone.js #30

alcfeoh opened this issue Mar 5, 2024 · 1 comment

Comments

@alcfeoh
Copy link

alcfeoh commented Mar 5, 2024

When I open https://stackblitz.com/github/alcfeoh/ng-training-demos, I get the following error in the console:
image

Not sure what's going on, as this project works great outside of Stackblitz and does use Zone.js

@JeanMeche
Copy link
Contributor

JeanMeche commented May 23, 2024

This is not a webcontainer based stackblitz, the angular.json is unused. You specifically need to import statically zone.js.
See for example https://stackblitz.com/edit/angular-next, where I have import 'zone.js'.

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