mchirico / ts-express

Typescript/Express/Angular starter project
https://tsexpress.cwxstat.io
Apache License 2.0
1 stars 0 forks source link

Pomodoro Technique #27

Open mchirico opened 4 years ago

mchirico commented 4 years ago

You'll need the following:

ng g c navpages/pomodoro
ng g c navpages/fb-notification
ng generate service service/firebase/pomodoro/data
ng generate service service/firebase/notification-firestore

Will have to work with time:

function addMinutes(date, minutes) {
    return new Date(date.getTime() + minutes*60000);
}
tacomonkautobot[bot] commented 4 years ago

mchirico, Thanks for opening this issue!