UNPKG

@mgrcto/angular-odata-v401

Version:

Odata Library for Angular made with Angular CLI

26 lines (15 loc) 970 B
# @mgrcto/AngularOdataV401 This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0. Originally a [fork](https://github.com/mgrcto/angular-odata-v4_01) of [angular-odata-es5](https://github.com/StefH/angular-odata-es5) with changes to accommodate OData Version 4.01, which changed some Http Header Fields. [GitHub Repository](https://github.com/CLARC-Software/OData4Angular) with Demo and Tests. Now an angular library created with the cli. Since the [fork](https://github.com/mattlewis92/generator-angular-library) on which the original library was build on could not be updated to run as an ivy package. ## Table of contents - [About](#about) - [Installation](#installation) ## About The goal is to create a fluent API for querying, creating, updating and deleting OData resources in Angular > 2. ## Installation Install through npm: ``` npm install --save @mgrcto/angular-odata-v401 ```