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);
}
You'll need the following:
Will have to work with time: