npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

angular2-tryton

v2.2.8

Published

AngularJS 2 Tryton RPC Client Service

Downloads

30

Readme

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 angular2-tryton
And checkout to branch ng2
Usage
-----

### Import services and inject them

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

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

How to contribute

If you're still convinced that angular2-tryton needs to be modified in order to handle your problem and you have an idea on how to do that, well here's how to turn that idea into a commit (or two) in easy steps:

  1. Fork Angular Tryton into your very own GitHub repository

  2. Install git pre-commit hook cp .hooks/pre-commit.sh .git/hooks/pre-commit

  3. Modify code as required.

  4. Once you're satisfied with the changes and you want the rest of the Angular Tryton developers to take a look at them, push your changes back to your own repository and send us a Pull request to develop branch. Don't forget to add test with minimum 100% test coverage.

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

Professional Support

This module is professionally supported by Fulfil.io. If you are looking for on-site teaching or consulting support, contact our sales and support teams.