An open API service indexing awesome lists of open source software.

https://github.com/ruffrey/ng-resource

NPM package for Angular.js $resource (ng-resource)
https://github.com/ruffrey/ng-resource

Last synced: about 2 months ago
JSON representation

NPM package for Angular.js $resource (ng-resource)

Awesome Lists containing this project

README

          

# npm package for $resource

This is a package for [`$resource`](https://docs.angularjs.org/api/ngResource/service/$resource).

See http://angularjs.org for everything else.

## Usage

npm install --save ng-resource

In your client application

var ngResource = require('ng-resource');

then you can use it like so:

var myapp = angular.module('myapp', 'ngResource');

## Test

npm test