Skip to content

Commit

Permalink
docs: add @types/mapbox-gl to how to start
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Nov 17, 2017
1 parent 3ae818f commit 4a09a80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ Include the following components:

## How to start

```javascript
```
npm install ngx-mapbox-gl mapbox-gl --save
```
Also add mapbox-gl types if using typescript
```
npm install @types/mapbox-gl --save-dev
```

Load the css of mapbox-gl

Expand Down

0 comments on commit 4a09a80

Please sign in to comment.