0.0.2 • Published 4 years ago

ngx-urql-codegen-plugin v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

IMPORTANT: Under development, do not use it yet!

ngx-urql

A GraphQL Library that wraps the blazing-fast urql library for Angular usage.

Library documentation

Develop the library

  1. Install the dependencies of the library
    (cd projects/ngx-urql && yarn)
  1. Install the dependencies for the example app.

    yarn
  2. Build the library itself and recompile on changes.

    ng build ngx-urql --watch
  3. Link the local version of the library to the example app. bash (cd dist/ngx-urql && npm link) npm link ngx-urql

  4. Run ng serve to start the example app. Navigate to http://localhost:4200/.

The app and the library will automatically reload if you change any of the source files.