|
@@ -3,7 +3,7 @@
|
|
|
Dynaform Service, exposing 8 public methods
|
|
|
===========================================
|
|
|
|
|
|
-build(model, meta) - takes a model and (lazy)metadata and returns aa an objevt { form: FormGroup, meta: ModeledMetaData }
|
|
|
+build(model, meta) - takes a model and (lazy)metadata and returns an object { form: FormGroup, meta: ModeledMetaData }
|
|
|
autoBuildFormGroupAndMeta(model, meta) - synonym for build
|
|
|
autoBuildModeledMeta(model, meta) - takes a model and (lazy)metadata and returns expanded metadata
|
|
|
|
|
@@ -16,8 +16,8 @@ autoMeta(model) - generate basic metadata from a raw or mapped model, recursivel
|
|
|
|
|
|
NOTES
|
|
|
-----
|
|
|
-This class acts as am injectable wraper around the exports of meta-utils.ts,
|
|
|
-and creates a buildFormGroup function using the injected FormBuilder singleton
|
|
|
+This class acts as an injectable wraper around the exports of meta-utils.ts,
|
|
|
+as well as creating a buildFormGroup function using the injected FormBuilder singleton
|
|
|
|
|
|
|
|
|
USAGE
|
|
@@ -29,7 +29,7 @@ TO ADD ...
|
|
|
EXAMPLES
|
|
|
--------
|
|
|
|
|
|
-Given ... TO ADD ...
|
|
|
+TO ADD ...
|
|
|
|
|
|
*/
|
|
|
|