0

I followed this guide for VS2015. When i ran "quick start" project or "tour of heroes" tutorial on google chrome, did not work correctly. (Angular_QuickStart_Error.png). I researched stackoverflow posts but everyone has taken the error differently.

For Examples:

They are not answer to me.

What can i do?

Community
  • 1
  • 1
Emir Kılınç
  • 543
  • 6
  • 15
  • If you are using SystemJS and plugin-typescript, you should use `"module": "system"`. – Aluan Haddad May 02 '17 at 18:48
  • 1
    @AluanHaddad here tsconfig.json: { "compilerOptions": { "target": "es5", "module": "commonjs", "moduleResolution": "node", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": [ "es2015", "dom" ], "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true } } I tried you said. I wrote system instead of commonjs but it is not work. – Emir Kılınç May 03 '17 at 05:43
  • Can you add that to your question? – Aluan Haddad May 03 '17 at 05:45

1 Answers1

0

I found solution another way. Follow this link and create new angular cli project.

Emir Kılınç
  • 543
  • 6
  • 15