Older/ReSharper20171Web/Angular2/component.html (3 lines of code) (raw):

<input ref-phone placeholder="phone number"> <button (click)="callPhone(phone.value)">Call</button> <my-component [important] [title] *ngFor="let x in [1,2,3]">{{x + x}}</my-component>