This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

NgElementStrategyEvent

Interface for the events emitted through the NgElementStrategy.

      
      interface NgElementStrategyEvent {
  name: string
  value: any
}
    

Properties

Property Description
name: string
value: any