‹div [hidden]="submitted"›
  ‹h1›Hero Form‹/h1›
  ‹form (ngSubmit)="onSubmit()" #heroForm="ngForm"›

     ‹!-- ... all of the form ... --›

  ‹/form›
‹div›