-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standalone Directives not mocked correctly #242
Comments
attrobit
pushed a commit
to attrobit/shallow-render
that referenced
this issue
May 15, 2023
attrobit
pushed a commit
to attrobit/shallow-render
that referenced
this issue
May 15, 2023
We're having the same issue here (using |
If fixed it and created already a pr. |
getsaf
pushed a commit
that referenced
this issue
May 16, 2023
Thanks @attrobit for the fix. PR was merged and I just published |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we import an standalone directive, the following error occurs:
Error: "StandaloneDirective" does not have a module def (ɵmod property)
The following unit tests reproduces the bug:
The text was updated successfully, but these errors were encountered: