Replies: 2 comments 1 reply
-
I'll check this one out |
Beta Was this translation helpful? Give feedback.
0 replies
-
@IRobot1 you'd need to create a dummy NgModule to declare the Components 😩 not great, but I'm not sure of any other way to bypass the Angular Compiler checks |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I confirmed the example on Introduction page of documentation works.
I removed requirement for standalone components. However, now I get the following error
Error: src/app/scene.component.ts:10:9 - error NG8001: 'ngt-mesh' is not a known element:
10 <ngt-mesh
~~~~~~~~~
Since there isn't an import for NgtMesh anymore, is it even possible to create non-standalone components anymore?
Beta Was this translation helpful? Give feedback.
All reactions