You can run the angular application and load it into an iframe. In your application, you must create a route in which only one component will be displayed. You can then upload it to an iframe on another website.
Example: your component will be available at http://localhost:4200/components/card
and then on your website you can download it like this: <iframe src="http://localhost:4200/components/card></iframe>
source share