Dockview
    Preparing search index...

    Class AngularFrameworkComponentFactory

    Index

    Constructors

    • Parameters

      • components: Record<string, Type<any> | TemplateRef<any>>
      • injector: Injector
      • OptionalenvironmentInjector: EnvironmentInjector
      • OptionaltabComponents: Record<string, Type<any> | TemplateRef<any>>
      • OptionalwatermarkComponent: Type<any> | TemplateRef<any>
      • OptionalheaderActionsComponents: Record<string, Type<any> | TemplateRef<any>>
      • OptionaldefaultTabComponent: Type<any> | TemplateRef<any>

      Returns AngularFrameworkComponentFactory

    Methods

    • Refresh the component maps in place so that rebinding an @Input() component map (e.g. [components]) after init is honoured. The core calls the factory live on each panel creation, so updating these references is enough. No re-init required.

      Parameters

      • maps: {
            components: Record<string, Type<any> | TemplateRef<any>>;
            defaultTabComponent?: Type<any> | TemplateRef<any>;
            headerActionsComponents?: Record<string, Type<any> | TemplateRef<any>>;
            tabComponents?: Record<string, Type<any> | TemplateRef<any>>;
            watermarkComponent?: Type<any> | TemplateRef<any>;
        }

      Returns void