Skip to content

Commit 019ba67

Browse files
committed
adding ... to docs
1 parent abe9ce9 commit 019ba67

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -179,17 +179,21 @@ export class AppModule { }
179179
```javascript
180180
// angular.json
181181
{
182+
...
182183
"projects": {
183-
"project-name": {
184+
"project-name": { // This is your project's name
185+
...
184186
"architect": {
185187
"build": {
188+
...
186189
"options": {
187190
"scripts": [
188191
"node_modules/plotly.js/dist/plotly.min.js" // add this
189192
]
190193
}
191194
}
192195
}
196+
...
193197
}
194198
}
195199
}

0 commit comments

Comments
 (0)