python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TypeError: Cannot read properties of undefined (reading 'ngModule')
Runing test I get this error
TypeError: Cannot read properties of undefined (reading 'ngModule')
I dont exactly know what is causing this error, but google said circular dependency issue but I am not ...
arshinfor
Votes: 0
Answers: 3
Sometimes when I update the snapshots I got an Attribute __ngContext__
Sometimes when I update the snapshots I got an Attribute ngContext and for fix this problem I've to clean and install my node_modules to "fix" this issue.
I've to do this every time that I n...
Rui Meireles
Votes: 0
Answers: 1
Upgrading an angular 13 app with js-cookie stops running jest unit tests successfully
I have an angular app with version 13 which is using the external dependency js-cookie to set and get some cookies in the browser.
As a test environment I am using jest with jest-preset-angular. See a...
JV3
Votes: 0
Answers: 1
Errors running tests using Angular v13 + Jest + ESM + NGXS
The migration from Angular v12 to v13 has been tough and while the app functions perfectly, the tests are still a problem on our side.
We have been running v12 tests using Jest with ESM (because we ha...
jbzen
Votes: 0
Answers: 1