Adding HTML element with typescript

Hi,

I’m new to Ionic 2 and I would like to add button element programmatically.

<button ion-button (click) = "self.showAlert('dynamic component')">DynamicComp</button>

How can I do that ? I’ve tried ComponentOutlet but it seems does not work…

Any ideas ?