DEV Community

anshulkthr
anshulkthr

Posted on

Web component not integrating in Angular

Top comments (3)

Collapse
 
anshulkthr profile image
anshulkthr

I created one web component in react and have published that.
When i am trying to integrate it with React application then its

working fine but when i am trying to integrate it with Angular then
it's not working.

Web component URL: npmjs.com/package/react-fancy-comp...
Github URL: github.com/anshulkthr/react-fancy-...

Kindly check my component and let me know in case of any issue/update.
If it is fine then let me know the way to integrate it with angular application.

Collapse
 
steveblue profile image
Stephen Belovarich

If you are looking for support on this issue, please provide an example of the React component breaking in Angular on SlackBlitz. Much easier to diagnose there. FWIW, it is possible to use React in Angular.

Collapse
 
steveblue profile image
Stephen Belovarich

Also you should be careful about the term "web component". React Components are not Web Components.