All Projects → riccardomariani → odata-v4-ng

riccardomariani / odata-v4-ng

Licence: MIT license
OData service for Angular

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to odata-v4-ng

nativescript-ng-shadow
Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification
Stars: ✭ 54 (+100%)
Mutual labels:  angular2, angular4
ng-toggle
Bootstrap-styled Angular Toggle Component
Stars: ✭ 14 (-48.15%)
Mutual labels:  angular2, angular4
ngx-redux-core
The modern redux integration for Angular 6+
Stars: ✭ 32 (+18.52%)
Mutual labels:  angular2, angular4
AuthGuard
Example repo for guarding routes post
Stars: ✭ 42 (+55.56%)
Mutual labels:  angular2, angular4
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (+37.04%)
Mutual labels:  angular2, angular4
angular-odata-es5
OData Service for Angular.io (es5 version)
Stars: ✭ 45 (+66.67%)
Mutual labels:  angular2, odata
ng2-acl
Role based permissions for Angular v2++
Stars: ✭ 15 (-44.44%)
Mutual labels:  angular2, angular4
Ng Select
⭐ Native angular select component
Stars: ✭ 2,781 (+10200%)
Mutual labels:  angular2, angular4
ngx-widget-grid
Angular 2.x or in general ng-x module for dashboards
Stars: ✭ 65 (+140.74%)
Mutual labels:  angular2, angular4
laravel5Angular4
Laravel 5.4 & Angular 4.3.4
Stars: ✭ 37 (+37.04%)
Mutual labels:  angular2, angular4
spring-websocket-angular6
Example for using Spring Websocket and Angular with Stomp Messaging
Stars: ✭ 18 (-33.33%)
Mutual labels:  angular2, angular4
tcome-frontend
NodeJS&Angular4 BLOG
Stars: ✭ 49 (+81.48%)
Mutual labels:  angular2, angular4
ng-data-picker
🏄🏼 A data picker based on Angular 4+ (like native datetime picker of iOS)
Stars: ✭ 24 (-11.11%)
Mutual labels:  angular2, angular4
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-51.85%)
Mutual labels:  angular2, angular4
angular2-signature-pad
Signature pad component for Angular 2.x and above.
Stars: ✭ 17 (-37.04%)
Mutual labels:  angular2, angular4
ng2-gridstack
A gridstack component for Angular2+
Stars: ✭ 12 (-55.56%)
Mutual labels:  angular2, angular4
Angular5 Seed
Angular5 Seed for Application
Stars: ✭ 222 (+722.22%)
Mutual labels:  angular2, angular4
Ng Drag Drop
Drag & Drop for Angular - based on HTML5 with no external dependencies. 🎉
Stars: ✭ 233 (+762.96%)
Mutual labels:  angular2, angular4
paper-dashboard-angular
Angular version of the original Paper Dashboard.
Stars: ✭ 142 (+425.93%)
Mutual labels:  angular2, angular4
gupack
基于gulp的前端构建工具
Stars: ✭ 13 (-51.85%)
Mutual labels:  angular2, angular4

ATTENTION!

This project is no longer in development and it's only compatible with angular versions < 13.

A new project has been created, as a fork from this project, to be compatible with angular version 13 and possibly any upcoming angular version https://github.com/ebenefits/odata-v4-ng. I'm not the maintainer of the new project. The new project has a different maintainer that I want to publicly thank to have kept the project alive. Please take a look at the following issue for additional details about the changes #36.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].