nested-forms/apps
Kevin C. Coram b7870b607b
Remove FormBuilder dependency; rname factory methods
* Update factory methods to use the FormGroup(), FormArray(), and
  FormControl() constructors instead of the FormBuilder service.
  This avoids needing to pass the service into each of the static
  factory methods.
* Rename the factory methods to `buildForm`. The consistent use
  of the same name establishes a pattern and makes it clearer
  that the factory methods have the same purpose -- to create the
  (sub)form for the specific component.
2020-01-07 22:39:53 -05:00
..
baseline Improve component typesript example 2019-12-31 14:49:50 -08:00
global-form Document global form application 2019-12-31 13:53:42 -08:00
parent-form Document 'own form controls' application 2019-12-31 13:07:31 -08:00
static-factory-methods Remove FormBuilder dependency; rname factory methods 2020-01-07 22:39:53 -05:00
.gitkeep initial commit 2019-08-28 00:25:11 -04:00