src/app/component/chat-widget/chat-widget-container.ts
BasePortalOutlet
| changeDetection | ChangeDetectionStrategy.OnPush |
| host | { |
| moduleId | module.id |
| selector | stbui-chat-widget-container |
| styleUrls | chat-widget-container.scss |
| templateUrl | chat-widget-container.html |
Properties |
Methods |
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef)
|
|||||||||
|
Parameters :
|
| _onAnimationDone | ||||||
_onAnimationDone(event: AnimationEvent)
|
||||||
|
Parameters :
Returns :
void
|
| _onAnimationStart | ||||||
_onAnimationStart(event: AnimationEvent)
|
||||||
|
Parameters :
Returns :
void
|
| attachComponentPortal | ||||||
attachComponentPortal(portal: ComponentPortal
|
||||||
Type parameters :
|
||||||
|
Parameters :
Returns :
ComponentRef<T>
|
| attachTemplatePortal | ||||||
attachTemplatePortal(portal: TemplatePortal
|
||||||
Type parameters :
|
||||||
|
Parameters :
Returns :
EmbeddedViewRef<C>
|
| enter |
enter()
|
|
Returns :
void
|
| exit |
exit()
|
|
Returns :
void
|
| ngOnDestroy |
ngOnDestroy()
|
|
Returns :
void
|
| _animationState |
Type : "void" | "visible" | "hidden"
|
Default value : 'void'
|
| _animationStateChanged |
Default value : new EventEmitter<AnimationEvent>()
|
| Private _destroyed |
Type : boolean
|
| _portalOutlet |
Type : CdkPortalOutlet
|
Decorators :
@ViewChild(CdkPortalOutlet, {static: false})
|
chat-widget-container.scss