read property
Optional type to read for given match.
When we match an element in the template, it typically returns the component. Using read: parameter we can specifically query for ViewContainer or TemplateRef for the node.
Implementation
final CompileTokenMetadata? read;