Creates a new XtResolvedComponent instance.
The registered component name
The Angular component class
Whether the component has outputs (default false)
The Angular component class reference.
The registered name of the resolved component.
Whether the component emits any outputs.
StaticfromCreates an XtResolvedComponent from an XtComponentInfo.
The component info from the plugin registry
A new XtResolvedComponent instance
Represents a resolved component with its name, class reference, and output capability. Created by the resolver to indicate which XtComponent should be used for a given context.