Skip to content

theryansmee/angular-custom-form-controls

Repository files navigation

Creating custom form controls in Angular tutorial

Description

This project has been created to accompany my Creating custom form controls in Angular (Control Value Accessors) video.

In this video we cover Control Value Accessors, and how we can use them to minimise boilerplate markup in our forms.

Branches

  • master - Contains the basic project markup & styles. (This is the branch that I start with at the beginning of the video).
  • version/completed-form-controls - The finished product with a few additional clean up tweaks

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Angular version

10.1.15