Package Exports
- ngx-onsenui
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 (ngx-onsenui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Onsen UI binding for Angular 2+
All the following commands must be executed in bindings/angular2 directory.
Also, you need to build the core before building this binding.
How to manually build this project
$ yarn installThis command requires you to install yarn if you haven't already.
Running Examples
$ gulp serve- Then navigate your browser to http://0.0.0.0:3030/bindings/angular2/examples/button.html
Running the test suite
$ gulp testTo 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.jsHow to build transpiled files to publish
$ yarn run build-distThen transpiled files are generated in "dist" directory.