An open API service indexing awesome lists of open source software.

https://github.com/satantime/angular-sample

A test task for a candidate
https://github.com/satantime/angular-sample

Last synced: 5 months ago
JSON representation

A test task for a candidate

Awesome Lists containing this project

README

          

# Requirements
* You can change the code only inside of the `.pipe` in the `AppComponent`.
* Please do not fork the repo to avoid disclosure of your solution.

# Goal

* By default the counter doesn't count and its value is 0.
* The counting begins when we click the start button, 1 2 3 etc.
* The counting stops when we click the stop button, (for example on 20).
* The counting continues when we click the start button again, 21 22 23 etc.

# Extra (not required)

* A click on the start button after a click on the stop button should start from 0.

# Send result

Send me a message / an email with a code I need to put into the `.pipe`.