Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
405
Merge Requests
66
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
5715cc25
Commit
5715cc25
authored
22 minutes ago
by
Emiliano Balbuena
Browse files
Options
Download
(chore): Unused imports
parent
05db94bc
epic/compose-25
1 merge request
!778
WIP: Composer (&25)
Pipeline
#119057217
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
src/app/common/api/attachment-api.service.ts
View file @
5715cc25
import
{
Injectable
}
from
'
@angular/core
'
;
import
{
ApiService
}
from
'
./api.service
'
;
import
{
catchError
,
filter
,
map
,
takeUntil
,
takeWhile
,
tap
,
}
from
'
rxjs/operators
'
;
import
{
EMPTY
,
Observable
,
of
}
from
'
rxjs
'
;
import
{
catchError
,
filter
,
map
}
from
'
rxjs/operators
'
;
import
{
Observable
,
of
}
from
'
rxjs
'
;
import
{
HttpEvent
,
HttpEventType
}
from
'
@angular/common/http
'
;
export
enum
UploadEventType
{
...
...
This diff is collapsed.
Please
register
or
sign in
to comment