File

src/component/bq-element/bq-element.directive.ts

Implements

OnChanges DoCheck OnDestroy

Metadata

Providers ComponentLifecycleHooks
Selector [bqElement]

Index

Inputs
Accessors

Constructor

constructor(viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver, tokenProvider: TokenProvider, lifecycleHooks: ComponentLifecycleHooks)
Parameters :
Name Type Optional
viewContainerRef ViewContainerRef No
componentFactoryResolver ComponentFactoryResolver No
tokenProvider TokenProvider No
lifecycleHooks ComponentLifecycleHooks No

Inputs

bqElement
Type : AngularElement | undefined
bqElementContent
Type : any[][]

Accessors

component$
getcomponent$()

Returns a stream of the currently rendered component instance. This emits the currently rendered component instance and subsequently whenever the component instance changes.

It is not guaranteed that this observable emits immediately, as the component may not have been rendered.

Returns : Observable<ComponentRef<unknown>>

result-matching ""

    No results matching ""