/angular-preload

An example NX workspace that shows how to preload component data using NGRX for Angular apps.

Primary LanguageTypeScript

Angular Preload

An example Nx workspace that shows how to preload component data using NGRX for Angular apps.

Development

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