Guest User

Untitled

a guest
Jan 24th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. removeHobby(index:number) {
  2. let hobbies = <FormArray>this.userRegistrationFormGroup.controls.hobbies;
  3. hobbies.removeAt(index);
  4. }
Add Comment
Please, Sign In to add comment