ng-xtend API documentation
    Preparing search index...

    Class XtResolvedComponent

    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.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    componentClass: any

    The Angular component class reference.

    componentName: string

    The registered name of the resolved component.

    outputs: boolean

    Whether the component emits any outputs.

    Methods