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

Example projects throwing Zone.js deeplink error #708

Closed
arawinters opened this issue Nov 27, 2024 · 0 comments · Fixed by #710
Closed

Example projects throwing Zone.js deeplink error #708

arawinters opened this issue Nov 27, 2024 · 0 comments · Fixed by #710
Assignees
Labels
bug Something isn't working triage

Comments

@arawinters
Copy link
Contributor

Describe the bug
When trying to run an example like npm run example:graph an error occurs:

[ERROR] Could not resolve "zone.js/dist/zone"
[0] 
[0]     examples/search-with-results-and-details/src/polyfills.ts:53:7:
[0]       53 │ import 'zone.js/dist/zone'; // Included with Angular CLI.
[0]          ╵        ~~~~~~~~~~~~~~~~~~~
[0] 
[0]   The path "./dist/zone" is not exported by package "zone.js":

Expected behavior
compilation completes.

Additional context
this can be fixed by changing the import 'zone.js/dist/zone'; to import 'zone.js'; lines in each examples polyfills.ts file.

@arawinters arawinters added the bug Something isn't working label Nov 27, 2024
@arawinters arawinters self-assigned this Nov 27, 2024
arawinters added a commit that referenced this issue Nov 27, 2024
@arawinters arawinters mentioned this issue Nov 27, 2024
arawinters added a commit that referenced this issue Nov 27, 2024
* #708 zone.js deeplink fix

* #705 stack expando ui fix

* #709 set max-width of filter drawer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant