You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used clampy directive on projected content , when projected contents get updated from parent component it is still showing the same element.innerHTML = initially bound content;
div clampy
ng-content /ng-content
div
div clampy
h1 My content h1
div clampy
when I change parent component template where nativeElment on which directive is applied is changed:
h1 My content changed ! h1
output is same
My content
I have used clampy directive on projected content , when projected contents get updated from parent component it is still showing the same element.innerHTML = initially bound content;
div clampy
ng-content /ng-content
div
div clampy
h1 My content h1
div clampy
when I change parent component template where nativeElment on which directive is applied is changed:
h1 My content changed ! h1
output is same
My content
@alexandremoore Please have a look
The text was updated successfully, but these errors were encountered: