TS2307: Cannot find module 'angular2/core' while importing Angular2 on TypeScript

前端 未结 8 1614
庸人自扰
庸人自扰 2021-01-31 03:39

Hi I have a lil bit of Angular 1 background, I am learning Angular 2.

for starting up with Angular 1, only dependency is to add the angular sources either the angu

8条回答
  •  借酒劲吻你
    2021-01-31 04:05

    You should import these files:

    
    
    
    
    
    
    
    
    

    And use this configuration for SystemJS:

    
    

    I assume that your TypeScript files are located in a app sub folder and the app/boot.ts is the one that contains the call to the bootstrap function.

提交回复
热议问题