angular-formly question

angular: {{vm.env.angularVersion}} | angular-formly: {{vm.env.formlyVersion}}

Reqirement

  1. I am not getting the inserted value within model (key)
  2. Value within model sholuld be in below format (+CountryPhonecode) number
    ex: +91 9988776655
  3. How to apply custom validation.

Form


Model Value

{{vm.model | json}}

Form

{{vm.form | json}}

Fields (note, functions are not shown)

{{vm.originalFields | json}}

Form State

{{vm.options.formState | json}}