I was wondering if there is a way to validate a form in Angular 2 without using the form tag? For example below I want to make it a required field
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="name">
</div>
<button type="button" class="btn btn-default" (click)="save()">Save</button>
formtag and adds functionality around it. This tag shouldn't affect any of your layout.