Sunday, June 12, 2022

Nullish Coaleasching - Angular 12

 Angular 12 : Nullish Coaleascing


Allows developers to replace complex epressions : {{ age !=  null && age != undefined ? age: calculateage()}}




No comments:

Post a Comment

React Profiler: A Step by step guide to measuring app performance

  As react applications are becoming more and more complex, measuring application performance becomes a necessary task for developers. React...