Added FileUpload logic

- Added smoother for progress indicator
This commit is contained in:
2024-02-15 17:52:58 +01:00
parent 1bce2e1d2e
commit a4b6069789
3 changed files with 58 additions and 10 deletions

View File

@ -8,7 +8,7 @@ import { Injectable } from '@angular/core';
* This store automatically identifies if the env is production or development.
* If this app is running on development mode, it will add port 80 to the base url.
*/
export class EnvironmentService {
export class DevelopmentStore {
private isDevelopment: boolean;
constructor() {