l-text Directive
l-text allows you to set the textContent of an element. Any HTML will be stringified, check out l-html if you want to render dynamic content.
Syntax: <p l-text="[expression]">...</p>
Example: <p l-text="key">...</p>
l-text allows you to set the textContent of an element. Any HTML will be stringified, check out l-html if you want to render dynamic content.
Syntax: <p l-text="[expression]">...</p>
Example: <p l-text="key">...</p>