We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After running ng add and running the tests I get:
Cannot find module './header.component.html' from 'header.component.js' 53 | return HeaderComponent; 54 | }()); > 55 | export { HeaderComponent }; 56 | //# sourceMappingURL=header.component.js.map at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:169:17) at dist/out-tsc/src/app/header/header.component.js:55:19 at Object.<anonymous> (dist/out-tsc/src/app/header/header.component.js:61:2)
The text was updated successfully, but these errors were encountered:
I've just done the same on a blank project and on my own and this work fine.
Could you provide more information (version of project, version of cli, version of angular...) ?
Sorry, something went wrong.
Any news about this?
No branches or pull requests
After running ng add and running the tests I get:
The text was updated successfully, but these errors were encountered: