Skip to content

Instantly share code, notes, and snippets.

@armanozak
Created June 9, 2020 14:30
Show Gist options
  • Save armanozak/e91b641f4a789254ab591ee01be5aec2 to your computer and use it in GitHub Desktop.
Save armanozak/e91b641f4a789254ab591ee01be5aec2 to your computer and use it in GitHub Desktop.
[Attribute Directives to Avoid Repetition in Angular] Properties passed to ngx-datatable after using directives #blog #angular
<ngx-datatable
[rows]="data$ | async"
[count]="totalCount$ | async"
[list]="list"
default
>
<!-- templates here -->
</ngx-datatable>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment