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

Design Uplift: VII - Using Design patterns Part 1

Using Design patterns is one of the core element in making any application design robust and scalable. I will give in this article few examp...