Press "Enter" to skip to content

Posts published in “Angular”

Create PDF using PDFMake Library

PDFMake is a JavaScript library that allows you to generate PDFs in the browser. It is a popular choice for generating PDFs from Angular applications…

Sanitize external URL in Angular

To sanitize a URL in Angular, you can use the DomSanitizer service. The DomSanitizer service has a method called sanitize that takes two parameters: the…