igxInput
With the igxInput directive, you can add inputs in your markup.
A walkthrough of how to get started can be found here
<div class="igx-form-group">
<input type="text" igxInput [(ngModel)]="user.name"/>
<label igxLabel>Username</label>
</div>