@angular/elements

NgElementStrategy

interface

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

  
    interface NgElementStrategy {  setInputValue(propName: string, value: string, transform?: (value: any) => any): void;}}
  
  
Jump to details