Skip to content

chrisbouchard/ng2-hal

Repository files navigation

ng2-hal: HAL for Angular

An Angular library to interact with REST services that use HAL.

Building

First cd into the project root and install the node dependencies.

$ npm install

Then build the project.

$ npm run build

The compiled bundles will wind up in dist.

Testing

Automated tests are run using npm. The following command will run all tests once.

$ npm run test

Tests can also be run continuously.

$ npm run test-ci

Related Projects

The following projects are used by FATE Character Sheet:

  • Angular as the core framework to build components.
  • Babel to transpile ES6 output from tsc down to ES5.
  • Jasmine to write unit tests.
  • Karma to run automated tests.
  • Typescript to write type-aware JavaScript for components and services.
  • Webpack to bundle everything and run all the compilers/transpilers.

About

Angular library to communicate with REST services that use HAL (HTTP Application Language)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published