Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi authored Nov 27, 2018
1 parent 9c2da9f commit c0d7c5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Requires [Bootstrap](https://getbootstrap.com/), css only (no Bootstrap JS or jQ
export class AppModule { }
```

## Local development

- On one terminal tab run `ng build ngx-duration-picker --watch`. This will build the library sources (`projects/ngx-duration-picker/*`) and watch for changes.

- On another terminal tab run `ng serve` to serve the demo app (`src/*`) and play with it.

## Usage

```<ngx-duration-picker [(value)]="myDuration"></ngx-duration-picker>```
Expand Down

0 comments on commit c0d7c5e

Please sign in to comment.