Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(fb: FormBuilder) {
this.form = fb.group({
[TYPE]: new FormControl('', Validators.required),
[QUALIFIER]: fb.array([]),
});
this.intents$ = Beans.get(MessageClient).request$(Topics.Intents).pipe(mapToBody());
}