I am trying out the new Ivy feature in Angular 8 but when compiling the solution I get the error:
ERROR in Cannot combine @Input decorators with query decorators
I am using the @ViewChild and @ViewChildren in two places. I commented them out but I am still getting this error. I am using the @Input parameter in a few places and some of them are directly bound in the view.
Could that be causing the error?
Any other ideas?