ng2-semantic
v0.1.1
Published
Semantic UI for angular2
Downloads
7
Readme
ng2-semantic
Semantic UI in angular2.
How to use?
npm install ng2-semantic --save
Notice:require angular2 final
xxx.ts
import { Rating } from 'ng2-semantic';
Demo Page
How to develop?
# Clone registry
$ git clone https://github.com/HstarStudio/ng2-semantic.git
# Init dependencies
$ npm i
# Start develop envirament
$ npm run dev
# Open http://localhost:7410