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
- Host: GitHub
- URL: https://github.com/satantime/angular-sample
- Owner: satanTime
- License: mit
- Created: 2020-03-26T09:44:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T02:38:15.000Z (over 3 years ago)
- Last Synced: 2025-02-05T09:49:47.750Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.