How to read inner html content as String of custom component ? and then process or modify it and then render on screen.
I googled found many ways to add custom HTML string and then render by using Angular compiler or binding as value like below
<div [innerHTML]="some_string"></div>
Link for How to translate HTML string to real HTML element by ng-for in Angular 2
But not able to understand, How to read as existing or provided inner HTML as string.
Let me know if you need more information