angular icon indicating copy to clipboard operation
angular copied to clipboard

[Question] How does the double colon ("::") works on the content property on a html component?

Open JGGurgel opened this issue 1 year ago • 3 comments

Why is the content before the double colon not visible/rendered?

I could not find the answer in the source code.

any help is appreciated!!

image

JGGurgel avatar Dec 16 '24 17:12 JGGurgel

Is there anyway to scape this special case?

I need it to render all the content.

Thanks!!

JGGurgel avatar Dec 17 '24 14:12 JGGurgel

just for reference, i used this online form builder:

https://formio.github.io/angular-demo/#/forms/builder

JGGurgel avatar Dec 18 '24 14:12 JGGurgel

I just tried this with our vanilla js renderer and got it to work. Seems as though this issue is with angular only. I bet that somewhere angular is looking at the double colon and doing something with it that removes the left side of whatever is on the colon. It currently is not a priority to fix this issue at the moment but we are open to pull requests that fix the issue

ZenMasterJacob20011 avatar Jan 23 '25 15:01 ZenMasterJacob20011