15.0.1 • Published 12 months ago

@ebenefitsbv/odata-v4-ng v15.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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.xUse the original version: https://github.com/riccardomariani/odata-v4-ng
13.x.x13.x.x
14.x.x14.x.x
15.x.x15.x.x
15.0.0

12 months ago

15.0.1

12 months ago

14.0.0

2 years ago

13.0.3

2 years ago

13.0.2

2 years ago

13.0.1

2 years ago

13.0.0

2 years ago