[ad_1]
I have a web-component (made in Angular) that I want to make available to a wordpress site. New to wp, but after reading I created a custom block using `npx u/wordpress/create-block` and included the js and css files for the webcomponent by adding them in the `block.json`. But how do I insert the tag for the web component?
For now it is enough to just insert `<my-webcomp></my-webcomp>`, setting attributes and showing it nicely in the block editor may come later.
Thanks
