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

How Netflix Scales its API with GraphQL Federation (Part 1)

  Netflix is known for its loosely coupled and highly scalable microservice architecture. Independent services allow for evolving at differe...