OnsenUI / angular2-onsenui-kitchensink

Kitchen Sink Example for Angular 2 bindings for Onsen UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Kitchen Sink Example for Angular 2 bindings for Onsen UI

License:MIT License


Languages

Language:CSS 98.4%Language:TypeScript 1.0%Language:HTML 0.4%Language:JavaScript 0.2%