Standalone pipe? #674
Unanswered
breisamoralde
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a pipe that I just made standalone. But when I tried to run my test, it just gave me this error:
The test used to ran perfectly until I added
standalone: true
. How do I test standalone pipes? I looked into the docs, and there was not mention of it.createComponentFactory
hasdeclareComponent: false
to fix a similar issue, but it's only for components, and it does not work with pipes. Is there a similar functionality with pipes? How do I fix this?Beta Was this translation helpful? Give feedback.
All reactions