Embedding a component on an external web site

Hi, we have a pwa (ionic4+angular8) and we would like to be able to embed a single component on external sites. The component uses parts of the whole application to produce a card. We would like that card to be shown on any external website and when clicking on it take the user to our app.

What is the best way to embed a component inside an external webpage?

Thanks!