Using innerHTML in angular 2+ project
innerHTML property is used to display the HTML content in your template. You might be having some scenario where you’ll need to display the HTML template from a string where the interpolation syntax won’t work because it will display HTML tag as plain text in the template. so in that case innerHTML will come into … Read more