DEV Community

 Shivaram Ayyalasomayajula
Shivaram Ayyalasomayajula

Posted on

 

Angular form group vs form control and form builder in Reactive Forms

I'm new to Angular. I came across the code with three variants. I want to know what difference does these three makes implementing in the Reactive forms(Form group, Form builder, and Form control).

Is there any priority based on the application performance of one over the other way of doing…

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git