4.0.1 • Published 7 years ago

ngx-tryton v4.0.1

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
7 years ago

Angular Tryton

An Angular 2 module that makes tryton JSONRPC working in the Angular Way. Contains two services trytonService and sessionService and one filter urlTryton.

Install

npm install ngx-tryton
Usage
-----

### Import services and inject them

```typescript
import {TrytonService} from 'ngx-tryton/services/tryton-service'
import {SessionService} from 'ngx-tryton/services/session-service'

@Component({
    ...
    providers: [HeroService]
})
...

Authors and Contributors

This module was built at Openlabs for Angular 1, and evolved and mantained by Fulfil.io.

It was migrated to Angular 2 and refactorized by Guillem Barba