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

1.2.4 • Public • Published

odata-v4-ng

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

Install

To install the package use npm install --save 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.

Code quality

See here.

/annotable-odata-v4-ng/

    Package Sidebar

    Install

    npm i annotable-odata-v4-ng

    Weekly Downloads

    2

    Version

    1.2.4

    License

    MIT

    Unpacked Size

    2.15 MB

    Total Files

    140

    Last publish

    Collaborators

    • nazar-kuzo