Skip to content

Error messages when compiling TypeScript in public folder.  #2

@hoxmark

Description

@hoxmark

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions