I am using angular-datatables
in my Angular app. I need to refresh the datatable when data changes (say, when a form is filled and submitted). The equivalent jQuery code is
$('#my-datatable').DataTable.ajax.reload()
.
I am using Angular 7. And here is the link of the library that I am using.