Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new AbstractDataViewWrapper(target: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver): AbstractDataViewWrapper
  • Parameters

    • target: ViewContainerRef
    • componentFactoryResolver: ComponentFactoryResolver

    Returns AbstractDataViewWrapper

Properties

Protected componentFactoryResolver

componentFactoryResolver: ComponentFactoryResolver

Protected componentType

componentType: Type<any>

Protected data

data: any

Protected eventHandlerEvent

eventHandlerEvent: EventEmitter<any>

Protected options

options: any

Protected target

target: ViewContainerRef

Methods

getEventHandlerEvent

  • getEventHandlerEvent(): EventEmitter<any>
  • Returns EventEmitter<any>

getOptions

  • getOptions(): any

ngOnInit

  • ngOnInit(): void
  • Returns void

Abstract render

  • render(): void
  • Returns void

setEventHandlerEvent

  • setEventHandlerEvent(event: EventEmitter<any>): void
  • Parameters

    • event: EventEmitter<any>

    Returns void

setOptions

  • setOptions(options: any): void

Generated using TypeDoc