1803 Views
We all love to give users the best user experience possible. So, if a value is null users won't see anything in the browser. Not a good user experience. We will solve that problem by creating our own custom pipe that will replace the null or undefined value with a given text in the template expression.
0 comments