Help Angular by taking a 1 minute survey!Go to surveyHome

NgElementStrategyEvent

Interface for the events emitted through the NgElementStrategy.

      
      interface NgElementStrategyEvent {
  name: string
  value: any
}
    

Properties

Property Description
name: string
value: any