A simple table with virtual scroll for Angular 17.3.0
npm install ngx-table-vscrollng generate component component-name --project ngx-table-vscroll to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-table-vscroll.
--project ngx-table-vscroll or else it will be added to the default project in your angular.json file.
ng build ngx-table-vscroll to build the project. The build artifacts will be stored in the dist/ directory.
ng build ngx-table-vscroll, go to the dist folder cd dist/ngx-table-vscroll and run npm publish.
ng test ngx-table-vscroll to execute the unit tests via Karma.
ng help or go check out the Angular CLI Overview and Command Reference page.