You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ It's VITAL you have a wrapping div that defines formArrayName!
79
79
Again, important you have a wrapping div with formArrayName. Also, you need to add players in context of the team. Notice in ngFor i am referencing the team variable
80
80
defined in the ngFor loop above for teams. I will also need to reference this team when removing or adding players.
81
81
82
-
Also noticed the <span> element, this is how you reference the field for validation functionality.
82
+
Also notice the `<span>` element, this is how you reference the field for validation functionality.
0 commit comments