-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Step 5 from README.MD:
When compiling typescript in the public folder we receive the following errors:
controllers/editor.ts(1,61): error TS2307: Cannot find module 'angular2/core'.
controllers/editor.ts(2,55): error TS2307: Cannot find module 'angular2/http'.
controllers/editor.ts(3,48): error TS2307: Cannot find module 'angular2/common'.
controllers/editor.ts(4,32): error TS2307: Cannot find module 'angular2/core'.
controllers/index.ts(1,25): error TS2307: Cannot find module 'angular2/platform/browser'.
controllers/index.ts(3,48): error TS2307: Cannot find module 'angular2/common'.
controllers/index.ts(4,29): error TS2307: Cannot find module 'angular2/http'.
But it is still possible to run the skeleton successfully. We are investigating this issue.