You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [, (, *
The text was updated successfully, but these errors were encountered:
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
[
,(
,*
The text was updated successfully, but these errors were encountered: