This package has been deprecated

Author message:

For the actively supported Angular, see https://www.npmjs.com/package/@angular/core. AngularJS support has officially ended. For extended AngularJS support options, see https://goo.gle/angularjs-path-forward.

angular-resource
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/angular-resource package

1.8.3 • Public • Published

packaged angular-resource

This package contains the legacy AngularJS (version 1.x). AngularJS support has officially ended as of January 2022. See what ending support means and read the end of life announcement.

See @angular/core for the actively supported Angular.

Install

You can install this package either with npm or with bower.

npm

npm install angular-resource

Then add ngResource as a dependency for your app:

angular.module('myApp', [require('angular-resource')]);

bower

bower install angular-resource

Add a <script> to your index.html:

<script src="/bower_components/angular-resource/angular-resource.js"></script>

Then add ngResource as a dependency for your app:

angular.module('myApp', ['ngResource']);

Documentation

Documentation is available on the AngularJS docs site.

License

The MIT License

Copyright (c) 2022 Google LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i angular-resource

Weekly Downloads

85,919

Version

1.8.3

License

MIT

Unpacked Size

58.3 kB

Total Files

8

Last publish

Collaborators

  • angular