-
Configuration:
Steps to reproduce the problem:
What is the expected behavior? What went wrong? Edit: Similar discussion: #17989 Edit2:
With the interessting parts being:
after failing for types TypeScript / Declaration it tries with JavaScript / JSON, but fails again
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Adding
But the module was successfully loaded
|
Beta Was this translation helpful? Give feedback.
-
Problem remains the same with version |
Beta Was this translation helpful? Give feedback.
-
Problem remains the same with version |
Beta Was this translation helpful? Give feedback.
-
I managed to get the project to compile by changing the imports as follows:
New:
But unfortunately it still doesn't work at runtime, because the GlobalWorker can not be loaded
|
Beta Was this translation helpful? Give feedback.
-
Solution to this (GlobalWorker can not be loaded) is to adjust the angular.json > [project-name] > architect > build > options > assets
So with all those changes it acutally seems to work again! |
Beta Was this translation helpful? Give feedback.
I managed to get the project to compile by changing the imports as follows:
Old:
New: