allowTemplating method
void
allowTemplating()
Allow templating elements (such as
This still requires other validators to allow regular attributes to be bound (such as allowHtml5).
Implementation
void allowTemplating() {
add(_TemplatingNodeValidator());
}