Let\'s say I got a component with a fixed input parameter type,
@Component({ selector: \'fixed\', template: \'{{value}}\' }) e
It seems that when using AOT compilation the only way to do this is to replace the generic type with 'any'. See https://github.com/angular/angular/issues/11057