Skip to content

Cannot find module './app.component.html' from 'app.component.js' #4

@ghost

Description

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions