import { Input, Component } from '@angular/core'; @Component({ selector: 'mid-component', template: ` \n ` }) export class InlineComponent { taint: string; constructor() { this.taint = source(); } }