I have a directive, which is not standalone. I am trying to use this directive inside Standalone component. while doing it, I am getting below error.
I have included directive inside component's import array,
Question is: Can we use non-standalone directives inside standalone components?