I'm going through the Tour of Heroes tutorial on angular.io, and it appears that I need to restart the server in order to actually see my changes.
I created my project with @angular/[email protected]
My project's dependencies:
"dependencies": {
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/forms": "^2.4.0",
"@angular/http": "^2.4.0",
"@angular/platform-browser": "^2.4.0",
"@angular/platform-browser-dynamic": "^2.4.0",
"@angular/router": "^3.4.0",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.7.6"
},
npm list | grep webpack
gives me:
│ ├─┬ @ngtools/[email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ ├─┬ [email protected]
│ └── [email protected]
I found this thread which suggests installing @ngtools/[email protected]
, and I tried that, but it only resulted in more errors.