Currently it's possible to dynamically assign attribute values: `class="{{ class }}"`. But it should also be possible to dynamically set the name of the attribute: ``` [name]="{{ value }}" ```
Currently it's possible to dynamically assign attribute values:
class="{{ class }}".But it should also be possible to dynamically set the name of the attribute: