angular-formly allows you to default the values of fields for your angular forms using the defaultValue
property. To default the value of a field, you can either initialize the model
with the default value, or use this defaultValue
property on the field configuration.