We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe9ce9 commit 019ba67Copy full SHA for 019ba67
README.md
@@ -179,17 +179,21 @@ export class AppModule { }
179
```javascript
180
// angular.json
181
{
182
+ ...
183
"projects": {
- "project-name": {
184
+ "project-name": { // This is your project's name
185
186
"architect": {
187
"build": {
188
189
"options": {
190
"scripts": [
191
"node_modules/plotly.js/dist/plotly.min.js" // add this
192
]
193
}
194
195
196
197
198
199
0 commit comments