Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new DataViewWrapper(target: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver): DataViewWrapper

Properties

Protected componentFactoryResolver

componentFactoryResolver: ComponentFactoryResolver

Private componentRef

componentRef: any

Protected componentType

componentType: Type<any>

Protected data

data: any

Protected eventHandler

eventHandler: EventEmitter<any>

Protected eventHandlerEvent

eventHandlerEvent: EventEmitter<any>

Protected options

options: any

Protected target

target: ViewContainerRef

Static TYPE_NAME

TYPE_NAME: string = TYPE_NAME

Methods

getEventHandler

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

getEventHandlerEvent

  • getEventHandlerEvent(): EventEmitter<any>

getOptions

  • getOptions(): any

ngOnChanges

  • ngOnChanges(changes: any): void
  • Parameters

    • changes: any

    Returns void

ngOnInit

  • ngOnInit(): void

render

  • render(): void

setEventHandler

  • setEventHandler(event: any): void
  • Parameters

    • event: any

    Returns void

setEventHandlerEvent

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

setOptions

  • setOptions(options: any): void

Generated using TypeDoc