/angular2-onsenui-kitchensink

Kitchen Sink Example for Angular 2 bindings for Onsen UI

Primary LanguageCSSMIT LicenseMIT

Angular 2 bindings for Onsen UI Kitchensink

This is a kitchen sink that demonstrates the seamless integration between Angular 2 and Onsen UI.

You can see it in action here.

You can also clone this repo and take a look at the code. Use the following commands to run it:

git clone git@github.com:OnsenUI/angular2-onsenui-kitchensink.git
cd angular2-onsenui-kitchensink
npm install -g webpack webpack-dev-server typings typescript
npm install
npm run typings-install
npm start

And finally: http://localhost:3000.