NgElementStrategy
interface
Underlying strategy used by the NgElement to create/destroy the component and react to input changes.
API
interface NgElementStrategy { setInputValue(propName: string, value: string, transform?: (value: any) => any): void;}}
Jump to details