aurelia-typescript-atom icon indicating copy to clipboard operation
aurelia-typescript-atom copied to clipboard

atom ide flavored aurelia typescript samples

Results 5 aurelia-typescript-atom issues
Sort by recently updated
recently updated
newest added

None of the helpers that get added to RequestBuilder are documented in the aurelia-http-client.d.ts file.

Hi Michael, I tried to run the skeleton. It looks like it tries to load http://js.arcgis.com/3.12/aurelia-templating/html-behavior.js which it cannot find. In firefox it causes that it does not go beyond...

``` javascript Flickr = __decorate([ aurelia_framework_1.autoinject, __metadata('design:paramtypes', [HttpClient]) // throws an error at this line ], Flickr); return Flickr; ```

makes it difficult to load your own custom scripts from relative path. I am still new to these things so I could be missing something obvious, but trying to import...