Skip to main content

AngularNodeMapping

Extension of node definition in a view that adds component and inputs.

Extends

  • Omit<NodeMapping<BrowserElement>, "templateIdResolver" | "template" | "templateId" | "parameters">

Properties

component?

optional component: any

Reference to the Angular component class used to render this node type.


inputs?

optional inputs: Record<string, string | (v) => string>

Optional values to extract from the backing data and inject as inputs into the component.