angular2-rest icon indicating copy to clipboard operation
angular2-rest copied to clipboard

Angular2 HTTP client to consume RESTful services. Built with TypeScript.

Results 17 angular2-rest issues
Sort by recently updated
recently updated
newest added

Is it really needed to have this thing in the repository? https://github.com/Paldom/angular2-rest/blob/master/.DS_Store

I used angular cli. I installed angular2-rest `npm install angular2-rest`. I got an error : ``` ERROR in ./src/app/services/base-rest-client.service.ts Module not found: Error: Can't resolve 'angular2-rest' in 'C:\Users\ankar\Projec ts\hfs\components\src\app\services' @...

* Rename to @maxxton/angular-rest * Update to Angular 2.3.1 * Add default value * Add collection format * Add @Map(mapper:(resp : any)=>any) * Add @OnEmit(emitter:(resp : Observable)=>Observable) * Fix gulp...

…sprescitve @angular counterparts. This is necessary for current angular scripts to pass the typescript type checker.

Getting the following errors when trying to import the module: ``` [0] node_modules/angular2-rest/angular2-rest.d.ts(1,1): error TS2654: Exported external package typings file cannot contain tripleslash references. Please contact the package author to...

The angular2 namespace has been changed in RC0. Could you update this package so it supports the latest angular2-rc1?

As mentioned in #18 it would be handy to have a configurable BackendURL at execution time. My preferred approach is to pass the @BaseUrl annotation a function instead of a...