add domain layer

This commit is contained in:
Peter Maquiran
2023-06-23 11:47:20 +01:00
parent e4b08b8873
commit e991ba5f4e
19 changed files with 1308 additions and 37 deletions
-1
View File
@@ -8,7 +8,6 @@ import { EventList } from '../models/agenda/AgendaEventList';
import { ChangeProfileService } from './change-profile.service';
import { OfflineManagerService } from 'src/app/services/offline-manager.service';
import { catchError } from "rxjs/operators";
import { BackgroundService } from 'src/app/services/background.service';
import { SessionStore } from '../store/session.service';
import { calendarInterface } from '../models/user.model';
import { Subscribe } from './subcribe';