Ways to find the angular version
In this article, We will learn about different ways to find the angular version used… Read More »Ways to find the angular version
In this article, We will learn about different ways to find the angular version used… Read More »Ways to find the angular version
In this article, we will learn how to rename a git branch in local and… Read More »Git rename branch
Have you ever committed files in Git, pushed them to a remote server, and later… Read More »Revert Files to a Specific Previous Version in Git
In this article, we will learn about the difference between package.json vs package-lock.json. package.json vs… Read More »package.json vs package-lock.json
In this article, we will learn about Augury which is a browser dev tools extension… Read More »Debugging Angular applications with Augury
In this article, we will learn about the difference between Major minor and patch release… Read More »Major minor and patch release in package.json
In this article, we will learn about Strict mode in javascript and its use cases.… Read More »Strict mode in javascript and its use cases
In this article, we will learn about how to display a UTC time to the… Read More »UTC time to the local time in JavaScript
In this article, we will see how Git Revert multiple commits at a time without… Read More »Git Revert multiple commits at a time