Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 288 Bytes

File metadata and controls

13 lines (13 loc) · 288 Bytes
<form [formGroup]="myForm">
  <ion-toggle
    formControlName="wifi"
    helperText="Enable to connect to available networks"
    errorText="Must be enabled to access the internet"
    justify="space-between"
    (ionChange)="onChange()"
  >
    Wi-Fi
  </ion-toggle>
</form>