Technology: HTML

How to create your first angular reactive form?

Reading Time: 5 minutes Here, in this blog we will work with reactive angular forms. So, with consideration that you have basic knowledge of Angular, Typescript, HTML and CSS you can start with your first angular reactive form. In this blog, we will cover below points: What  are Template Forms What are Reactive Forms Setup in reactive forms FormControl FormGroup FormBuilder Adding Validation As angular provides two types of Continue Reading

Understanding Shadow and Virtual DOM

Reading Time: 4 minutes In this blog we will understand what is shadow and Virtual DOM that is being used now a days by two famous frontend tools angular and react respectively. To understand these two first we need to understand what is DOM. So, we will divide the whole blog into 3 parts – DOM Shadow DOM. Virtual DOM. Understanding DOM Let us take a simple example of Continue Reading