◐ Shell
clean mode source ↗

NgElementStrategy • Angular

@angular/elements

interface

stable

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

API

    
      interface NgElementStrategy {}
    
    

connect

void

@paramelementHTMLElement

@returnsvoid

disconnect

void

@returnsvoid

getInputValue

any

@parampropNamestring

@returnsany

setInputValue

void

@parampropNamestring

@paramvaluestring

@paramtransform((value: any) => any) | undefined

@returnsvoid