Angular Karma Jasmine Error: Illegal state: Could not load the summary for directive

后端 未结 7 459
温柔的废话
温柔的废话 2021-02-03 16:47

I\'m developing a github repository (with angular 7 and angular-cli), and I have some tests with Karma and Jasmine working in the master branch.

Now I\'m trying to add l

相关标签:
7条回答
  • 2021-02-03 17:10

    you must import the component HeroDetailComponent in the right way. Notice that even case of letters is matter in paths. i.e ('@angular/forms' is correct, BUT'@angular/Forms' is not.

    0 讨论(0)
提交回复
热议问题