How can I put html tag dynamic way ionic v3

I’m having trouble in putting html tag to div of my page…
I can I apply those p margin left, \t tag to ionic page?

Just use innerHTML.
Like this

<p [innerHTML]="your dynamic value"></p>

Hope this code will help you…
Thanks

1 Like

How can I put text dynamically in home.ts…?

Please can you share your html and ts file source code?

1 Like