This project was generated with Angular CLI version 8.3.24.
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.
- This is an example project that gives an idea on how an angular custom component can be used in a reactive form
- The component implements Control Value Accessor to ensure its usage as a native HTML field.
- The technique of input masking (without using third party library) is incorporated to format the view of the input in the field
Any enhancements and suggestions for improvements are welcome.