This is fine in Angular 4.x, just not Angular 5.0.1. This project was generated with Angular CLI.
compiler.js:466 Uncaught Error: Can\'t resolve all paramet
In my case, for Angular 6.1 migration, it was a missing:
import "reflect-metadata"; import "zone.js";
inside the bootfile.
boot