Sunday, August 11, 2019

You can probably skip the FormBuilder in an Angular application.

"ASP.NET Core 2 and Angular 5" by Valerio De Sanctis shows us FormBuilder as a wrapper of syntaxic sugar around a FormGroup in the reactive forms stuff that allows for interfacing with say .setValue on the FormGroup. There will be a .group hanging off of the FormBuilder which is the FromGroup it wraps.

No comments:

Post a Comment