Closed sergiorodriguez82 closed 4 years ago
This could be related to #1463
I'm sorry, but this issue is still relevant. Using 10.x version of both angular & angular-datatables, I have the exact same error as this issue.
I'm sorry, but this issue is still relevant. Using 10.x version of both angular & angular-datatables, I have the exact same error as this issue.
@Segfaultd check this post on stackoverflow
In short make sure you import the DataTablesModule
into app.module.ts
and then add it to to the list of imports: @NgModule({ imports: [ CommonModule, DataTablesModule, MyRoutingModule ]
I'm submitting a...
Current behavior
I have a Angular 9 project ,when updating to V10 Im getting this error:.
Expected behavior
Minimal reproduction of the problem with instructions
follow this link steps wiht angular 10 cli and you will get the issue https://therichpost.com/angular-10-datatable-working-example/
App module.ts
html
component.ts
-->
Environment