SimpleChanges

interface

npm Package @angular/core
Module import { SimpleChanges } from '@angular/core';
Source core/src/metadata/lifecycle_hooks.ts

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