23
Tệp 'app / hero.ts' không phải là lỗi mô-đun trong bảng điều khiển, nơi lưu trữ các giao diện tệp trong cấu trúc thư mục với angular2?
Tôi đang thực hiện angular2hướng dẫn tại địa chỉ này: https://angular.io/docs/ts/latest/tutorial/toh-pt3.html Tôi đã đặt herogiao diện vào một tệp trong appthư mục, trong bảng điều khiển tôi gặp lỗi này : app/app.component.ts(2,20): error TS2306: File 'app/hero.ts' is not a module. [0] app/hero-detail.component.ts(2,20): error TS2306: File 'app/hero.ts' is not a module. …
144
angular