Tag Archives: template
Angular Safe Navigation Operator
For those that are new to Angular there is an incredibly useful operator for use in templates. It is called the safe navigation operator and is noted with a question mark (?). Avoid the extra code of checking an object … Continue reading