An example Nx workspace that shows how to preload component data using NGRX for Angular apps.
To start the pet-store frontend app
npx nx run pet-store:serve
To start the api backend app
npx nx run api:serve
To lint any app/lib
npx nx run <app-name/lib-name>:lint