JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 76
  • Score
    100M100P100Q77377F

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 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.