* 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. |
||
|---|---|---|
| .. | ||
| src | ||
| browserslist | ||
| jest.config.js | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
| tslint.json | ||