If you just want to render some hand-written HTML, use DomSanitizer (https://angular.io/api/platform-browser/DomSanitizer, here is an example: https://stackblitz.com/edit/angular-safe-unsafe-html) in your component. If you want more dynamic behavior with template binding etc, you can either try to build out this component dynamically (e.g. like in this answer on SO: https://stackoverflow.com/a/48028892/162070). Hope that helps.
Zlatko -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
