Angular Tryton RPC Client Service for Tryton 4.X
Angular Tryton
==============
An Angular 2 module that makes tryton
JSONRPC working in the Angular Way. Contains two services trytonService andsessionService and one filter urlTryton.
Install
-------
``bash`
npm install ngx-tryton`
Usage
-----
`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