This is an example on how to use Ogma with Angular 16 and NgRx.
Clone and install the dependencies
git clone [email protected]:Linkurious/ogma-angular.git
cd ./ogma-angularSet your API_KEY in package.json to install Ogma and then run
npm installStart Angular server and code watch:
npm run startGo to http://localhost:4200/.
This is a work in progress: the app builds and shows an Ogma visualisation but does not include NgRx state yet. Stay tuned !