I am trying out writing web components in Angular and I cannot seem to figure out how to pass data into the component.
<my-component someId="1234"></my-component>
I was hoping to find some way to implement this and get the someId in my angular component. Is it possible to implement this or should I be trying to use slots? Just to be clear I'm asking how to make web components using angular not normal angular components.