Skip to content

Commit

Permalink
提交
Browse files Browse the repository at this point in the history
  • Loading branch information
jojozhai committed May 17, 2017
1 parent 86ff36d commit ac58dbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ch2/stock/src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"outDir": "../out-tsc/app",
"module": "es2015",
"baseUrl": "",
"types": []
"types": [
"jquery"
]
},
"exclude": [
"test.ts",
Expand Down
7 changes: 4 additions & 3 deletions ch9/auction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"@types/jquery": "^2.0.45",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"jquery": "^3.1.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4",
"bootstrap": "^3.3.7",
"jquery": "^3.1.1"
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.0.0",
Expand Down

0 comments on commit ac58dbf

Please sign in to comment.