Member Junction
    Preparing search index...

    Represents metadata about an Angular component that is used in the generated code. This includes all the necessary information for importing and using the component in generated Angular modules and templates.

    Index

    Constructors

    Properties

    AngularSelectorName: string

    The Angular selector name for the component (e.g., 'mj-user-grid')

    ClassName: string

    The TypeScript class name for the component

    ModuleName: string

    The name of the Angular module that exports this component, used for proper import statements in the generated module