This project was generated by Nx
To install dependencies, run:
npm i
To run the application in local development mode, run:
npm start
To test the application, run:
nx run-many -t test lint
To build the application, run:
npx nx build
To create a new component, run:
nx generate component <your-component-name>