OptionalenvironmentInjector: EnvironmentInjectorOptionaltabComponents: Record<string, Type<any> | TemplateRef<any>>OptionalwatermarkComponent: Type<any> | TemplateRef<any>OptionalheaderActionsComponents: Record<string, Type<any> | TemplateRef<any>>OptionaldefaultTabComponent: Type<any> | TemplateRef<any>
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.