This project was generated with Angular CLI.
- Clone this repository
- Run
npm install
in the project root directory - Run
npm start
orng serve
to start the application and view the components that can be tested - Run
npm run test
orng test
to run the tests
Pro tip: run ng test --watch
to re-run the test after any changes were made!
The goal is to write unit tests for the components in this repository.
The recommended order (from easier to harder) is:
MessageComponent
PalindromePipe
NotebookComponent
CalculatorComponent
ProductOverviewComponent
TickerComponent