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)
- Host: GitHub
- URL: https://github.com/ruffrey/ng-resource
- Owner: ruffrey
- Created: 2014-06-23T22:36:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T17:34:58.000Z (over 11 years ago)
- Last Synced: 2025-10-04T22:37:32.626Z (8 months ago)
- Language: JavaScript
- Size: 1.41 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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