Last active
May 21, 2019 01:54
-
-
Save k0d3d/d8dbaaf4cfc7450dca62881c7d1abf9f to your computer and use it in GitHub Desktop.
part of the edit team form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
....... | |
<form [formGroup]="teamsEdit"> | |
<ion-list no-lines> | |
<ion-item> | |
........ | |
</ion-select> | |
</ion-item> | |
<app-sport-category [fieldof]="'sportName'" [parentForm]="teamsEdit"></app-sport-category> | |
..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment