Using a Grid I have most functionality were looking for working. Visually the CSS does not appear to be working as expected for the paging or filtering features.
The component does have all the Grid CSS included in the documentation. You can visually tell some CSS is being applied correctly, just not all CSS is being applied correctly.
@import '../../../../../../node_modules/@syncfusion/ej2-base/styles/material.css';
@import '../../../../../../node_modules/@syncfusion/ej2-buttons/styles/material.css';
@import '../../../../../../node_modules/@syncfusion/ej2-calendars/styles/material.css';
@import '../../../../../../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
@import '../../../../../../node_modules/@syncfusion/ej2-inputs/styles/material.css';
@import '../../../../../../node_modules/@syncfusion/ej2-navigations/styles/material.css';
@import '../../../../../../node_modules/@syncfusion/ej2-popups/styles/material.css';
@import '../../../../../../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
@import '../../../../../../node_modules/@syncfusion/ej2-notifications/styles/material.css';
@import '../../../../../../node_modules/@syncfusion/ej2-angular-grids/styles/material.css';