{{ title }}

$any( ) type cast function and an undeclared member

There is no such member as bestByDate in the following two examples, so nothing renders:

The item's undeclared best by date is: {{ $any(item).bestByDate }}

using this

The item's undeclared best by date is: {{ $any(this).bestByDate }}