Last active
July 6, 2020 00:35
-
-
Save umairhm/a2826ff976011d6ab7ab5150075f64dd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!-- person1 & person2 are objects of type Person --> | |
<array-coercion | |
[strings]="['array item 1', 'array item 2']" | |
[persons]="[person1, person2]" | |
></array-coercion> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment