Orri Scott
1 min readSep 26, 2017

--

What if I have to get access to the form control of the input from the component to check if there are errors on it?

Tried to inject private ngControl: NgControl in the constructor with no success -got “Cannot instantiate cyclic dependency! NgControl”

--

--