September 2017
Intermediate to advanced
450 pages
11h 24m
English
Let's follow the steps below to to add validations to the input fields of our blog post modal:
<div class="form-group"> <label for="formTitleInput" class="form-control-label">Title</label> <input type="text" class="form-control" id="formTitleInput" placeholder="New Blog Post Title" name="title" [(ngModel)]="model.title" #title="ngModel" required minlength="5" maxlength="140"></div>
Read now
Unlock full access