Getting Started
Opt-In APIs
Before we dive into any of the form features, we need to do a little bit of housekeeping. We need to bootstrap our application using the FormsModule
or ReactiveFormsModule
.
Input Labeling
Most of the form examples use the following HTML5 style for labeling inputs:
Angular also supports the alternate HTML5 style, which precludes the necessity of id
s on <input>
s:
Last updated