This is a basic Angular project with a couple of minor adjustments:
- I've added a
test-coveragenpm script, so you could do a single-run of tests which generates the coverage report in/coveragefolder - I've excluded the
*.stub.tsfiles from code coverage reports inangular.json
Run npm run test and have fun - try to change the something to see where the tests will break, try to add more functionalities and add coverage for them etc. Play and learn :)