Skip to content

Instantly share code, notes, and snippets.

@jkyoutsey
Created January 7, 2019 21:57
Show Gist options
  • Save jkyoutsey/70bd82c7e6c6391e797c9116d11e26a9 to your computer and use it in GitHub Desktop.
Save jkyoutsey/70bd82c7e6c6391e797c9116d11e26a9 to your computer and use it in GitHub Desktop.
Angular Unit Testing child component inputs
@Input() items: Array<T>;
@Output() click = new EventEmitter<T>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment