angular / 5 / api / core / simplechanges.html

SimpleChanges

interface

Interface Overview

interface SimpleChanges { 
  __index(propName: string): SimpleChange
}

Description

A changes object whose keys are property names and values are instances of SimpleChange. See OnChanges

Members

__index(propName: string): SimpleChange

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/SimpleChanges