• Overview
@angular/elements

NgElementStrategy

interface

Underlying strategy used by the NgElement to create/destroy the component and react to input changes.

  
    interface NgElementStrategy {}
  
  

events

connect

void
@paramelementHTMLElement
@returnsvoid

disconnect

void
@returnsvoid

getInputValue

any
@parampropNamestring
@returnsany

setInputValue

void
@parampropNamestring
@paramvaluestring
@paramtransform((value: any) => any) | undefined
@returnsvoid
Jump to details