Blog

Create your First Blazor App using Visual Studio 2019

Blazor is a framework where you can build client-side UI for your .NET Core applications. Basically, the idea is to develop your UI using C# rather than JavasScript. And also you can share your server-side and client-side logic written in .NET. You can also make use of the existing HTML and CSS knowledge in .NET.... Continue Reading →

JSVidCon 2020 – Live Blog

JSVidCon is a virtual conference where developers from all over the world can share and gain knowledge on four frontend frameworks such as Angular, Vue.js, React.js and Node.js. All the four tracks will happen parallely. The live blog of this event starts at May 7th, 2020 at 2 PM GMT+0. Stay tuned. The Angular Jamstack... Continue Reading →

Angular – Pure vs Impure Pipe

A pipe is used to transform values in an Angular template. To know more about pipes, you can visit this link. Basically there are two types of pipes in Angular. They are called as Pure and Impure pipes. In this blog, we'll explore about why do we need Angular pipes and also we'll see some... Continue Reading →

Angular 9 – Google Maps Module

Angular 9 has been one of the major releases of angular. There has been a lot of exciting stuff that been introduced in this respective release. And also they have introduced some cool components such as YouTube Player, Clipboard CDK, and Google Maps. In this blog, we are going to explore how we can integrate... Continue Reading →

ngx-CodeMirror – Fold gutter issue

CodeMirror is a JavaScript text editor package which you can integrate with your applications. I was trying to integrate the respective Angular package of CodeMirror into my application. But I faced some issue regarding fold gutter and I didn't find any proper documentation to resolve that issue. So why not create one? What's the issue?... Continue Reading →

Blog at WordPress.com.

Up ↑

%d bloggers like this: