Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AEMComponentDirective

Hierarchy

  • AEMComponentDirective

Implements

  • AfterViewInit
  • OnInit
  • OnDestroy
  • OnChanges

Index

Constructors

constructor

  • new AEMComponentDirective(renderer: Renderer2, viewContainer: ViewContainerRef, factoryResolver: ComponentFactoryResolver, _changeDetectorRef: ChangeDetectorRef): AEMComponentDirective

Properties

aemComponent

aemComponent: any

cqPath

cqPath: string

Path to the model structure associated with the current component

itemAttrs

itemAttrs: object

HtmlElement attributes for the current instance of the component

itemName

itemName: string

Name of the current instance of the component

Accessors

changeDetectorRef

  • get changeDetectorRef(): ChangeDetectorRef

cqItem

  • get cqItem(): object
  • set cqItem(value: object): void

type

  • get type(): any

Methods

ngAfterViewInit

  • ngAfterViewInit(): void

ngOnChanges

  • ngOnChanges(changes: SimpleChanges): void

ngOnDestroy

  • ngOnDestroy(): void

ngOnInit

  • ngOnInit(): void

Generated using TypeDoc