how to print the value of a property as html in angular.
I have a property that have a iframe of google maps and I want to show the iframe of google in angular html.
room.mapgoogle = <iframe .....
Must I use a pipe?
how to print the value of a property as html in angular.
I have a property that have a iframe of google maps and I want to show the iframe of google in angular html.
room.mapgoogle = <iframe .....
Must I use a pipe?