Closed dtslvr closed 1 year ago
Yes, from what I see, this would be the same issue.
I hope to be working on it next week and provide a fix then.
The issue is that since " " is now your end tag, any space in the document that doesn't have a matching startTag (a "@" symbol) will throw an error.
Thank you very much for your prompt response, Edgar.
As this seems to be a duplicate of #726 and I will most likely use a different approach, I am closing this issue.
Environment
How to reproduce my problem
My template is the following:
With the following Typescript code:
I would expect it to be
but I get the following error:
Additional info
Possibly related to #726.