Standalone app is working

This commit is contained in:
2023-06-23 15:53:55 +02:00
parent 314edeec40
commit e83f7b6311
4 changed files with 20 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ import { v4 as uuidv4 } from 'uuid';
import moment, { Moment } from 'moment';
@Injectable({
providedIn: 'root'
providedIn: 'root',
})
export class NotificationsService {