This project was generated using Angular CLI version 19.2.8.
To start the project you need to install node_modules by doing :
npm installThen you can run the project with :
npm run devTo add a component to the project you can :
ng g c ComponentNameTo add a service to the project you can :
ng g s ServiceNameTo detect bad behaviour you can run :
npm run lint:allAnd if you want to try to correct them automaticaly :
npm run lint:all:fix