Created
January 7, 2019 21:57
-
-
Save jkyoutsey/70bd82c7e6c6391e797c9116d11e26a9 to your computer and use it in GitHub Desktop.
Angular Unit Testing child component inputs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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