Skip to content

ElHombreSinNombre/angular-crud

Repository files navigation

CRUD

Technologies

Run

  • npm install
  • ng serve

Notes

With GraphQL there is no need for models and parsers. We can define data using schemas, as described in the schemas documentation, and customize data names using aliases, as explained in the aliases guide.

However, if we need to create GraphQL database, we can refer to the provided example.js file for guidance. In this case we use Rick And Morty GraphQL database to avoid complexity. In conclusion, data retrieval is performed using GraphQL queries, and the local state management is handled with NGRX.

About

A simple crud using state management and graphql

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published