Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
addArrayOption(index: number | null) {
this.actionsSubject.next(new AddArrayControlAction(
this.formState.controls.array.id,
false,
index,
));
}
map(id => new AddArrayControlAction(id, false, index)),
).subscribe(this.store);