You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add the setting { shallow: true } to the createComponentFactory function, it normally mocks all components, directives, pipes that are in the template, which is awesome.
However, it doesn't do this for standalone components, directives, pipes and I think that it should.
Is this something that can be addressed?
Proposed solution
For this setting to work for both "old style" and standalone components/directives/pipes
Description
If you add the setting { shallow: true } to the createComponentFactory function, it normally mocks all components, directives, pipes that are in the template, which is awesome.
However, it doesn't do this for standalone components, directives, pipes and I think that it should.
Is this something that can be addressed?
Proposed solution
For this setting to work for both "old style" and standalone components/directives/pipes
Alternatives considered
Do you want to create a pull request?
No
The text was updated successfully, but these errors were encountered: