Category Archives: Angular

Use DOM Sanitizer to bring into effect Rich Text Styling of HTML pages in Angular designed for Dynamics 365 CRM

Overview We recently got a requirement from one of our clients whose company is a support based-company. Whenever the emails are received in their CRM using flow, they convert those emails into cases. They wanted the content of these emails to be visible in a section of their related case record. Our project was in… Read More: Use DOM Sanitizer to bring into effect Rich Text Styling… »

Using Angular in Dynamics 365 CRM – Part III

Introduction In our previous blog, we have seen how to use Client API and CRM Web API in Angular application. We have seen how to build the Angular application and deploy the source files in CRM. In this blog, We will first illustrate what is production build version of Angular application and how to use… Read More: Using Angular in Dynamics 365 CRM – Part III »

Using Angular in Dynamics 365 CRM – Part II

Introduction In our previous blog, we have seen how to create and deploy a simple hello world Angular application in Dynamics 365. In this blog, we will see how to work with CRM Client API, CRM Web API and how to use JavaScript libraries. Work with Client API in Angular Application The first thing that… Read More: Using Angular in Dynamics 365 CRM – Part II »

Using Angular in Dynamics 365 CRM – Part I

Introduction: Angular, a TypeScript based framework that helps to build applications that work across all the platforms. We thought of writing a blog to help the developers of Dynamics community to build Angular Application as an HTML web resource in Dynamics 365 and further help them to set up a development process that speeds up the… Read More: Using Angular in Dynamics 365 CRM – Part I »