Skip to content

Commit

Permalink
feat(valueAccessor): progress implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Apr 10, 2017
1 parent 20bd211 commit ba1c664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/controlAccessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"backend":"json-server --watch db.json --port 4200",
"backend":"json-server --watch db.json --port 4200 --routes routes.json",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit ba1c664

Please sign in to comment.