Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 486 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 486 Bytes

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

ng2-semantic Demo

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