YouTube Iframe wont parse ionic content

I am new to ionic. This is my first ionic application using WordPress api and ionic 2.

Its a news site with youtube iframe embeded in post content.
Everything is working just fine except the youtube video. When i console.log the returned data from wp-api, has embeded code. But in <div [innerHTML]=“post.content.rendered”> it wont show. But the text is working fine.

Sorry for my bad english.