I have a pretty large project with tons of components in it.
Trying to write some tests and encounter a problem immediately.
What i have tried to do:
- update to a new Angular version. Didn't help.
- run test after removing every ng-library from project. Didn't help.
- find any usage of @Input with query decorators in project. There is no such things.
I believe that it is a very specific problem, but maybe someone can at least suggest a direction to dig