How to check Angular CLI version and how to update it.

Angular CLI check version and update

In this article, we’re going to see how can we check Angular CLI version and how can we update it using angular cli. Angular Versioning Angular version numbers have three parts: major.minor.patch. For example, version 7.2.11 indicates major version 7, minor version 2, and patch level 11. Major releases contain significant new features, some but … Read more

How to check if an array is empty or not using javascript

javascript-array-is-empty-or-not

While developing any application, array is mostly used variable to store the list of values. And in most of the scenarios you might want to check if array is empty or not, Here I’ll show you how can we check if array is empty or contains a value