Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 414 Bytes

File metadata and controls

14 lines (11 loc) · 414 Bytes

igxInput

igxInput With the igxInput directive, you can add inputs in your markup.
A walkthrough of how to get started can be found here

Usage

    <div class="igx-form-group">
        <input type="text" igxInput [(ngModel)]="user.name"/>
        <label igxLabel>Username</label>
    </div>