NgElementConfig
interface
A configuration that initializes an NgElementConstructor with the dependencies and strategy it needs to transform a component into a custom element class.
API
interface NgElementConfig { strategyFactory?: NgElementStrategyFactory;}}
Jump to details