How do I use it in Angular v17? #1844
Replies: 1 comment
-
https://stackoverflow.com/questions/77908266/how-do-i-use-shoelace-style-components-in-angular-v17 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to Angular, and this is my first project, so maybe the process is obvious. I followed the steps outlined at Shoelace Angular Integration, but I couldn't get it running. I noticed there's also a package available at npmjs.com, but I don't want to depend on it because it seems like it might be abandoned. How do I even use the AppModule?
I also read similar issues, but I couldn't fix it.
I tried adding just schemas: [CUSTOM_ELEMENTS_SCHEMA] to my component, but I encountered the same error, which is really confusing.
How do I import it without getting into dependency hell?
Here's what I get:
Beta Was this translation helpful? Give feedback.
All reactions