How do I use a date pipe operator in a document.createElelement's innerHTML string literal in Angular?
I'm creating a div in my .ts file and it works fine to show a simple value "price". But now I want to create another line that displays a date and I need to use a date pipe operator but…