How to develop embedded widgets using Angular 2 for third-party sites

I'm not sure if this is possible in Angular 2, but

I want to know if there is a way / approach / support for developing embedded widgets that can be integrated into other websites that perform certain functions.

For example, a small piece of source code that generates a button on a third-party website. Clicking on this button creates several pop-ups that perform some actions related to our web server.

Share your thoughts on this.

+6
source share

Source: https://habr.com/ru/post/1015603/


All Articles