Added FileUpload logic
- Added smoother for progress indicator
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user