How to load dynamic API ( html content ) in <ion-content>

i would like to render API (these are already returning ionic views) responses in ionic template. please help.

thanks in advance,
Kamal.

Can you expand more? I don’t understand your question.

I can tell you how to load dynamic content though - you can iterate over JSON data to produce content. I’ve done this before and I’m working on doing this with Firebase JSON files at the moment.

Hi,

i would like to render a button from a string.

ex: objHtml : string = “<ion-button expand=“full” color=“primary” (click)=“test()”>Home”;

i have to take dynamic ionic controls from some API and render into the view.

please help.