@ebenefitsbv/odata-v4-ng
TypeScript icon, indicating that this package has built-in type declarations

15.0.1 • Public • Published

odata-v4-ng

This project is a client side OData V4 typescript library for Angular. The goal is to create an easy to understand fluent API for querying, creating, updating and deleting OData resources in modern version of Angular.

Install

To install the package use npm install --save @ebenefitsbv/odata-v4-ng

Import

import { AppComponent } from './app.component';
import { ODataModule } from 'odata-v4-ng';
...

@NgModule({
  declarations: [
    AppComponent
    ...
  ],
  imports: [
    ODataModule
    ...
  ],
  bootstrap: [ AppComponent ]
})
export class AppModule { }

Usage examples

See here.

Changelog

See here.

Compatiblity

Angular Version @ebenefits/odata-v4-ng version
9.x.x - 12.x.x Use the original version: https://github.com/riccardomariani/odata-v4-ng
13.x.x 13.x.x
14.x.x 14.x.x
15.x.x 15.x.x

Package Sidebar

Install

npm i @ebenefitsbv/odata-v4-ng

Weekly Downloads

321

Version

15.0.1

License

MIT

Unpacked Size

1.05 MB

Total Files

92

Last publish

Collaborators

  • arjan_torabi
  • davyeb
  • denisemery
  • ebenefitskevin
  • eb-kh
  • basdorresteijn
  • aron_marinelli
  • iwantwin