we can write angular inputs now as simple attributes, e.g.
<app-user canDelete="true">
instead of
<app-user [canDelete]="true">
But because of the sorting attributes that belong together (just by name) are separated apart. Therefore it would be great to have an option to just ingore the "Prefixes" like [, (, *
Hi,
we can write angular inputs now as simple attributes, e.g.
instead of
But because of the sorting attributes that belong together (just by name) are separated apart. Therefore it would be great to have an option to just ingore the "Prefixes" like
[
,(
,*