Skip to main content

Class: MyopContainerComponent

Defined in: lib/myop-container.component.ts:38

Implements

  • OnChanges

Constructors

new MyopContainerComponent()

new MyopContainerComponent(appRef, injector, elementRef): MyopContainerComponent

Defined in: lib/myop-container.component.ts:74

Parameters

appRef

ApplicationRef

injector

Injector

elementRef

ElementRef

Returns

MyopContainerComponent

Properties

_componentId

_componentId: InputSignal<string>

Defined in: lib/myop-container.component.ts:63


_flowId

_flowId: InputSignal<undefined | string>

Defined in: lib/myop-container.component.ts:60


_inputs

_inputs: InputSignal<{}>

Defined in: lib/myop-container.component.ts:67


componentId

componentId: WritableSignal<string>

Defined in: lib/myop-container.component.ts:64


componentReady

componentReady: OutputEmitterRef<IMyopComponent>

Defined in: lib/myop-container.component.ts:72


environmentInjector

protected environmentInjector: EnvironmentInjector

Defined in: lib/myop-container.component.ts:40


flowId

flowId: WritableSignal<undefined | string>

Defined in: lib/myop-container.component.ts:61


inputs

inputs: WritableSignal<{}>

Defined in: lib/myop-container.component.ts:69


myopContainer

myopContainer: Signal<undefined | ElementRef<HTMLDivElement>>

Defined in: lib/myop-container.component.ts:50


myopContainerRef

myopContainerRef: ViewContainerRef

Defined in: lib/myop-container.component.ts:57

Methods

ngAfterViewInit()

ngAfterViewInit(): void

Defined in: lib/myop-container.component.ts:116

Returns

void


ngOnChanges()

ngOnChanges(changes): void

Defined in: lib/myop-container.component.ts:109

A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

Parameters

changes

SimpleChanges

The changed properties.

Returns

void

Implementation of

OnChanges.ngOnChanges