You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.
hey your latest package [email protected] is getting error in angular v18.2.5
unable to import DataTablesModule module
this line in app.module.ts giving error
import { DataTablesModule } from 'angular-datatables';
error:
Could not find a declaration file for module 'angular-datatables'.
'.../node_modules/angular-datatables/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/angular-datatables if it exists or add a new declaration (.d.ts) file containing declare module 'angular-datatables';ts(7016)
i tried --save-dev @types/angular-datatables
its also giving error
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fangular-datatables - Not found
npm ERR! 404
npm ERR! 404 '@types/angular-datatables@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
🪲 bug report
A clear and concise description of what the bug is.
🔬 Minimal Reproduction
StackBlitz/GitHub Link:
Step-by-step Instructions:
🎱 Expected behavior
A clear and concise description of what you expected to happen.
📷 Screenshots
🌐 Your Environment
📝 Additional context
The text was updated successfully, but these errors were encountered: