Created
June 9, 2020 14:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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