Type Parameters

Hierarchy

Implements

Properties

Readonly ariaLabel

ariaLabel: undefined | null | string

Aria label.

config

config: P

Readonly height

height: string

Height of the toast component.

Readonly id

id: undefined | null | string

ID of the Toast.

Readonly maxHeight

maxHeight: string

Max height of the toast component.

Readonly maxWidth

maxWidth: string

Max width of the toast component.

Readonly minHeight

minHeight: string

Min height of the toast component.

Readonly minWidth

minWidth: string

Min width of the toast component.

Readonly mouseleave$

mouseleave$: Subject<void> = ...

Subject for notifying that component is out of hover.

Readonly mouseover$

mouseover$: Subject<void> = ...

Subject for notifying that component is hovered.

Readonly onEnter$

onEnter$: Subject<void> = ...

Subject for notifying that the Toast has finished entering the view.

Readonly onExit$

onExit$: Subject<void> = ...

Subject for notifying that the Toast has finished exiting from view.

overlayRef

overlayRef: OverlayRef

Overlay reference

Readonly width

width: string

Width of the toast component.

Methods

attachComponentPortal

  • attachComponentPortal<C>(portal): ComponentRef<C>

attachTemplatePortal

  • attachTemplatePortal<T>(portal): EmbeddedViewRef<T>

enter

  • enter(): void

exit

  • exit(): void

ngOnDestroy

  • ngOnDestroy(): void