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 was archived by the owner on Feb 2, 2025. It is now read-only.
Problem:
Unable to install angular-datatables with ng add
Steps to reproduce:
ng new demo-project
ng add angular-datatables
Some research: This article I originally used to add the feature says to use webpack with this config. I tried to replicate it with rollup but have been unsuccessful.
I have also created an issue at schematics-utilitieshere. Hoping this could help finding a solution.