Skip to content

Instantly share code, notes, and snippets.

@ball6847
Created April 29, 2020 06:53
Show Gist options
  • Save ball6847/847f8ae81c493cfcde0f6d16e7301efc to your computer and use it in GitHub Desktop.
Save ball6847/847f8ae81c493cfcde0f6d16e7301efc to your computer and use it in GitHub Desktop.
Generic SimpleChanges for angular
import { SimpleChanges } from '@angular/core';
type SimpleChanges<T> = Record<keyof T, SimpleChange>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment