Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What are Forms? Used to handle user input ex. log in. It is used to submit form to the server using Angular HTTP service.. Has two approach: 1. Template driven: - use component and directives, use unstructured format and field, mutable and heavy used of ngModel. 2. Reactive:- Create Model object in typescript, functions using directives to HTML and also form control, form group, form array, controlValueAccessor. The predictability is synchronous and also immutable.
Related Topics