#check if string is empty on the html side
27 messages · Page 1 of 1 (latest)
value or type?
the value you're passing
a string to help identify people
And my text doesn't get shown?
ng-container is not supposed to be shown
add a <p> element inside it, containing your text.
whoops forgot a part
small edit
should i add the <p> even though my text is in a <div>?
so just a space right?
yes
still the same as before
add
<div>{{myvar}}</div>
under your current html and see if it gets printed
it does get printed
Recreate your issue on stackblitz, because at the moment I cannot.
stackblitz?