Project to develop a CRUD using SignalStore and test coverage upper than 99%
This project was generated using Angular CLI version 19.1.6.
To start a local development server, run:
ng serveOnce the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.
To execute unit tests with the Karma test runner, use the following command:
npm run test-coverageor
ng test --code-coverage --karma-config karma.conf.js --watch=trueStatements : 96.55% ( 112/116 )
Branches : 87.5% ( 14/16 )
Functions : 95% ( 57/60 )
Lines : 97.14% ( 102/105 )