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

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -