Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 633 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 633 Bytes

Learn Control Value Accessor

Angular 14 Control value accessor example project with ngModel.

Development server

First clone the repo

git clone https://github.com/milan-rabara/ControlValueAccessor-example.git

Install dependencies by doing npm install now run this project by npm start in terminal.

View

we have component called CustomCityInputComponent this component is Cusotom input for selecting City and State that look like this

Screenshot 2022-09-20 at 13-40-34 LearnControlValueAccessor