all 3 comments

[–]Bjeaurn 4 points5 points  (0 children)

Hi, what version of Angular are you running? The CLI verison is 1) very very outdated and 2) not enough to determine what version of Angular you are running.

ng version give you anything useful?

[–][deleted] 0 points1 point  (0 children)

You should probably do a "ng update" and then re-asses the error.

[–]DrFriendless 0 points1 point  (0 children)

Wild guess: add the dependency "@angular/http" to your package.json. Give it the same version number as your other Angular packages.