Skip to content

Commit

Permalink
adding ... to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefarzat committed Feb 3, 2019
1 parent abe9ce9 commit 019ba67
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 @@ -179,17 +179,21 @@ export class AppModule { }
```javascript
// angular.json
{
...
"projects": {
"project-name": {
"project-name": { // This is your project's name
...
"architect": {
"build": {
...
"options": {
"scripts": [
"node_modules/plotly.js/dist/plotly.min.js" // add this
]
}
}
}
...
}
}
}
Expand Down

0 comments on commit 019ba67

Please sign in to comment.