JSPM

idtbeyond-angular

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q23965F
  • License ISC

Angular services module that can be used to interact with the IDT Beyond API to post a topup.

Package Exports

  • idtbeyond-angular

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (idtbeyond-angular) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

IDTBeyond Angular Demo App

This is an example Angular application for the IDT Beyond API.

npm version Circle CI Bower version

Getting started with IDT Beyond

To use this service, sign up for a free account at: https://app.idtbeyond.com, or read the documentation at https://app.idtbeyond.com/docs.

Requirements

Setup your environment

  1. Make sure above requirements are fulfilled. (see site documentation in links above)
  2. Within the project's root directory, cd ./example
  3. npm install
  4. bower install
  5. grunt
  6. grunt serve

Build & development

Run grunt for building and grunt serve for preview.

idt-beyond_iatu-example idt-beyond_iatu-settings

Testing

Running grunt test will run the unit tests with karma.