Explorar o código

README correction

Richard Knight %!s(int64=6) %!d(string=hai) anos
pai
achega
6ee1cc6f4e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -97,7 +97,7 @@ The behaviour of the MODELFIRST build strategy can be further modified by supply
 ```typescript
 // Build FormGroup and Modeled Metadata, creating fields for any points mentioned in 
 // the metadata that don't occur in the model
-const { form, modeledMeta } = this.dynaform.build(model, meta);
+const { form, modeledMeta } = this.dynaform.build(model, meta, true);
 ```
 
 ### Callbacks