Create Radio Buttons for Angular 2 Forms

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Using Radio Buttons in Angular 2 requires a basic understanding of forms as well as how their labels will match up with each input. This lesson shows how to use *ngFor with radio buttons and covers the quirks of the id property and for attributes as well as how to style validation of radio buttons.