You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
}
The text was updated successfully, but these errors were encountered:
You'll need the following:
Will have to work with time:
The text was updated successfully, but these errors were encountered: