As of angular-compiler version 1.0.0-Beta.19-3
, angular version 2.2.3
, and ag-grid version 7.0.2
the column headers stack on top of each other like mentioned in this stackoverflow post.
The grey line at the bottom of the grid keeps moving downwards and the data is stacked on top of itself in one column.
I am having this problem with the Angular 2 component version of the grid. Tomorrow I will be trying the pure Javascript version.
Has anyone here successfully got the grid to work in Angular 2 using the AngularCLI with Webpack?