Closed Ramees-Raja closed 3 years ago
Facing the exact same issue running Angular 11 CLI with Angular 11 App with node 12.17
Hi, the library's versioning is linked to major version of Angular. Please try:
Angular 10:
ng add angular-datatables@10.1.0
Angular 11:
ng add angular-datatables@11.1.0
For more versions, take a look at the Releases page.
Hi, the library's versioning is linked to major version of Angular. Please try:
Angular 10:
ng add angular-datatables@10.1.0
Angular 11:
ng add angular-datatables@11.1.0
For more versions, take a look at the Releases page.
Thanks for the info! I also just ran into this issue. You may want to add this information to the install instructions on http://l-lin.github.io/angular-datatables/#/getting-started . I've opened a PR for this at https://github.com/l-lin/angular-datatables/pull/1510
Hi, this issue has been fixed in latest release of v10. I'll also make releases for Angular v9 and v11 projects soon. Please try ng add angular-datatables
on a new Angular 10 project and let me know if it persists :)
Hi, this issue has been fixed in latest release of v10. I'll also make releases for Angular v9 and v11 projects soon. Please try
ng add angular-datatables
on a new Angular 10 project and let me know if it persists :)
Awesome! Will test this out tonight. Thank you!
When I tried to install using cli command "ng add angular-datatables"
It showing error "The package that you are trying to add does not support schematics. You can try using a different version of the package or contact the package author to add ng-add support."
Environment