typescript - Import from npmcdn in WebStorm -
in systemjs.config.js
have mapped '@angular'
'https://npmcdn.com/@angular'
can import things like:
import {component, input} '@angular/core';
but webstorm produces error ts2307: cannot find module '@angular/core'
.
is there way fix other downloading every module https://npmcdn.com/@angular local directory?
Comments
Post a Comment