{{hero.name | uppercase}} Details

id: {{hero.id}}
Name {{getErrorsText(heroForm.controls.name.errors)}}
Email {{getErrorsText(heroForm.controls.emailAddress.errors)}}
Web {{getErrorsText(heroForm.controls.webAddress.errors)}}
Street {{getErrorsText(heroForm.controls.address?.controls?.street1?.errors)}} City {{getErrorsText(heroForm.controls.address?.controls?.city?.errors)}} State {{getErrorsText(heroForm.controls.address?.controls?.state?.errors)}} Country {{getErrorsText(heroForm.controls.address?.controls?.country?.errors)}}
Number {{getErrorsText(pg.controls.fullNumber.errors)}}