Image gallery has been resolved
This commit is contained in:
@@ -10,7 +10,8 @@ import {
|
||||
INotificationService,
|
||||
IPostService,
|
||||
IUserService,
|
||||
IVoteService
|
||||
IVoteService,
|
||||
IStorageService
|
||||
} from 'core/services'
|
||||
|
||||
//#endregion
|
||||
@@ -27,7 +28,8 @@ import {
|
||||
NotificationService,
|
||||
PostService,
|
||||
UserService,
|
||||
VoteService
|
||||
VoteService,
|
||||
StorageService
|
||||
} from 'data/firebaseClient/services'
|
||||
|
||||
//#endregion
|
||||
@@ -115,4 +117,13 @@ export class ServiceProvide implements IServiceProvider {
|
||||
return new VoteService()
|
||||
}
|
||||
|
||||
/**
|
||||
* Create instant for Vote Service
|
||||
*
|
||||
* @memberof ServiceProvide
|
||||
*/
|
||||
createStorageService: () => IStorageService = () => {
|
||||
return new StorageService()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user