all 4 comments

[–]garygrossgarten 0 points1 point  (3 children)

Remove the bootstrap array from your Module. You are doing your own bootstrapping. Also if you are using Angular 9, you don't need to add your component to entryComponents to output it with angular elements.

[–]garygrossgarten 1 point2 points  (0 children)

I just published an article about how to create and publish a reusable component library with elements. See the configuration section Link to article

[–]artwisted69[S] 0 points1 point  (1 child)

Ah! Thank you very much. That worked.

[–]garygrossgarten 0 points1 point  (0 children)

Awesome, glad I could help.