I was getting this error message in my Unit tests with Jasmine. I added ngDefaultControl attribute to the custom element(in my case it was an angular material slide toggle) and this resolves the error.
Extra Cheese
Change the above element to include ngDefaultControl atttribute
Extra Cheese