Here is my component in Angular 4:
@Component( { selector: \'input-extra-field\', template: `
In my case it was as daft as having registered the new component for DI in my app.module.ts declarations but not in exports.
app.module.ts