In Typescript I am checking if an object\'s properties are null as follows:
var addressCountryName = response.address == null ? null : response.addre
! is the non-null assertion operator in Typescript. ? is for Angular html templates.