File 'app/hero.ts' is not a module error in the console, where to store interfaces files in directory structure with angular2?

后端 未结 24 1974
无人共我
无人共我 2020-12-13 07:55

I am doing the angular2 tutorial at this address: https://angular.io/docs/ts/latest/tutorial/toh-pt3.html I have put the hero interface in a single

24条回答
  •  萌比男神i
    2020-12-13 08:42

    You should save all the files. For example html, css, component.ts, module, model files. Open each file and press ctrl-S. This worked for me

提交回复
热议问题