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.
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
- Make sure above requirements are fulfilled. (see site documentation in links above)
- Within the project's root directory,
cd ./example
npm install
bower install
grunt
grunt serve
Build & development
Run grunt
for building and grunt serve
for preview.
Testing
Running grunt test
will run the unit tests with karma.