Full typescript and mvvm implementation #3

Merged
Schmidii99 merged 26 commits from Developer into main 2023-04-23 20:02:32 +02:00
Showing only changes of commit 15baa335b7 - Show all commits

View File

@ -79,7 +79,7 @@ async function countUp() {
if (!counter.error) {
counter.start();
} else {
counter.error(demo.error);
console.log(counter.error);
}
await delay(2500)