'How do I use Angular UI Grid (native to AngularJS) in an Angular 8 project

I am trying to use the Angular UI Grid in my Angular 8 project. Looking online i can't seem to find anywhere which tells me how to configure it properly.

I know that Angular UI grid is native to AngularJS. But is it possible to implement this into a TS project? I need the table in various different components.

Any help would be great!! :)



Solution 1:[1]

You can use ag-grid,mat-table,ngx-datatable instead of angular UI grid.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1