I've found a partial answer, to what is causing the issue: it is a directive used in HTML of my component, that injects MatSelect in its constructor
. Now question is how to fix the error. Maybe passing MatSelect as an @Input to the directive would do the trick? I'll be updating my answer once I find the complete solution