With the follow expression I\'m expecting for Angular to interpolate a date (if not null) through the date pipe, but I get the proceeding error.
{{charge.off
Just wrap it with ()
()
{{charge.offenseDate ? (charge.offenseDate | date) : 'No date'}}