Here is my component in Angular 4:
@Component( { selector: \'input-extra-field\', template: `
In my case i used directive, but hadn't imported it in my module.ts file. Import fixed it.