<li *ngFor="let pdfifRecord of pdf.ifRecord;let i=index">
<p>{{eval(pdfifRecord.labelMsg)}}</p>
</li>
I want to display the result of eval.
But getting an error
Error in inline template caused by: self.parent.parent.parent.context.eval is not a function.
But the same working in my .ts file
eg:console.log(eval("GECM_IFL_ATTENTION_NEEDED_ITIQ"));