Skip to content

Commit

Permalink
Graphing working properly now, started using ngRx
Browse files Browse the repository at this point in the history
  • Loading branch information
not-night-but committed Jul 10, 2022
1 parent 392e502 commit f033a32
Show file tree
Hide file tree
Showing 31 changed files with 2,773 additions and 985 deletions.
8 changes: 7 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"request": "launch",
"preLaunchTask": "npm: test",
"url": "http://localhost:9876/debug.html"
},
{
"name": "Attach to Firefox",
"type": "firefox",
"request": "attach",
"port": 4200,
}
]
}
}
7 changes: 6 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,10 @@
}
}
}
},
"cli": {
"schematicCollections": [
"@ngrx/schematics"
]
}
}
}
Loading

0 comments on commit f033a32

Please sign in to comment.