Hello i want to convert the emoji from string in typescript to show emoji in html.
Typescript file
export class Example {
emoji:any;
function(){
this.emoji = ":joy:"
}
}
in HTML file i want it to be like
Hello i want to convert the emoji from string in typescript to show emoji in html.
Typescript file
export class Example {
emoji:any;
function(){
this.emoji = ":joy:"
}
}
in HTML file i want it to be like