ng2-jspm icon indicating copy to clipboard operation
ng2-jspm copied to clipboard

DEPRECATED

Results 3 ng2-jspm issues
Sort by recently updated
recently updated
newest added

In the index.html there's still one file that is loaded from http and not from local package just do: jspm install traceur-runtime

In the README you can shorten the install names of the packages Ex. ``` javascript jspm install npm:reflect-metadata npm:zone.js npm:angular2 ``` To: ``` javascript jspm install reflect-metadata zone.js angular2 ```...