https://github.com/theryansmee/angular-custom-form-controls
https://github.com/theryansmee/angular-custom-form-controls
angular
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/theryansmee/angular-custom-form-controls
- Owner: theryansmee
- Created: 2020-10-23T18:23:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T20:13:08.000Z (almost 3 years ago)
- Last Synced: 2026-03-02T02:22:04.668Z (about 2 months ago)
- Topics: angular
- Language: TypeScript
- Homepage: https://youtu.be/xTcJQaWiJ2c
- Size: 475 KB
- Stars: 16
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)](https://youtu.be/xTcJQaWiJ2c) 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