DEV Community

Angular - NGRX-Data - AG Grid - Pt. 1

Esteban Hernández on December 24, 2019

Introduction I've been building a Dashboard-style monitoring application for a client for the last few weeks. The application requires C...
Collapse
 
draylegend profile image
Vladimir Drayling • Edited

Thank you for the post!

It would be great to see in part 2 the implementation of a pagination considering this response

{
  data: [{id: 1, ...},{id: 2, ...}],
  page: 2,
  ...,
}

See reqres.in API for more info.

Collapse
 
t2k profile image
Ted T. Killilea

Get post thanks. think you left out
import { HttpClientModule } from '@angular/common/http';
and add HttpClientModule to the imports section of app.module.ts

There's not many sample apps around using ngrx-data so thanks for that. Would be interested in seeing post #2 on this topic!

Thanks and cheers

Collapse
 
nacholangdon profile image
Juan Ignacio Langdon Sagasta

Hi Esteban, thanks for this first part. What about the second? 🤣