{}:
Null check
Trying to access properties of a none existing object will cause the view generation to fail. If that’s not intended add a null check using?.
In the following example headline will be set to the value of p.meta.description.
If p.meta is null (or doesn’t exist) headline.
Null coalescing
Accessing properties
Accessing properties can be done by typingp. followed by the name of the property.
Property with default type (string)
type and value.
Property with type number