readonly formControl = new FormControl( ['Koobiq', 'Angular', 'Design'], [Validators.required, customMaxLengthValidator(3)] );
Notice that the [formControl] directive should be applied to <kbq-tag-list>, not to kbqInput.
[formControl]
<kbq-tag-list>
kbqInput