Last active
July 25, 2020 08:21
-
-
Save umairhm/ad51a5deceed8322de8e3a3a21ae5322 to your computer and use it in GitHub Desktop.
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
<!-- Assuming that 'htmlElement' is a class property that returns a native HTML element --> | |
<!-- Assuming that 'elementRef' is a class property that returns an instance of ElementRef --> | |
<element-coercion | |
[elementOne]="htmlElement" | |
[elementTwo]="elementRef" | |
></element-coercion> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment