Skip to content

Latest commit

 

History

History
 
 

angular2

Onsen UI binding for Angular 2+

This README is written for developers of this binding.

If you are a user of this binding, please refer to the official guide of this binding.

How to manually build this project

All the following commands must be executed in bindings/angular2 directory.
Also, you need to build the core before building this binding.

$ yarn install

This command requires you to install yarn if you haven't already.

Running Examples

$ gulp serve

Running the test suite

$ gulp test

To run a single test or a group of tests use the --specs parameter and provide a comma-separated list of spec files:

$ gulp e2e-test --specs ./examples/button.spec.js

How to build transpiled files to publish

$ yarn run build-dist

Then transpiled files are generated in "dist" directory.