Allow templating elements (such as and template-related attributes.
This still requires other validators to allow regular attributes to be bound (such as allowHtml5).
Source
void allowTemplating() { add(new _TemplatingNodeValidator()); }
Allow templating elements (such as and template-related attributes.
This still requires other validators to allow regular attributes to be bound (such as allowHtml5).
void allowTemplating() { add(new _TemplatingNodeValidator()); }