Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
utils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EIT-SWE
ux
utils
Commits
1503c583
Commit
1503c583
authored
May 13, 2020
by
Ryan Diehl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(progress): removes barrels
parent
4cf00abe
Pipeline
#99894
passed with stages
in 4 minutes and 49 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
12 deletions
+10
-12
libs/utils/ngrx/src/index.ts
libs/utils/ngrx/src/index.ts
+10
-2
libs/utils/ngrx/src/lib/progress/index.ts
libs/utils/ngrx/src/lib/progress/index.ts
+0
-9
libs/utils/ngrx/src/lib/window/index.ts
libs/utils/ngrx/src/lib/window/index.ts
+0
-1
No files found.
libs/utils/ngrx/src/index.ts
View file @
1503c583
export
*
from
'
./lib/ngrx.module
'
;
export
*
from
'
./lib/ngrx.module
'
;
export
*
from
'
./lib/progress
'
;
export
*
from
'
./lib/progress/progress.actions
'
;
export
*
from
'
./lib/window
'
;
export
*
from
'
./lib/progress/progress.interceptor
'
;
export
{
ProgressPartialState
,
progressSliceName
,
ProgressState
,
selectProgressPending
,
selectProgressState
}
from
'
./lib/progress/progress.reducer
'
;
export
*
from
'
./lib/window/window.actions
'
;
libs/utils/ngrx/src/lib/progress/index.ts
deleted
100644 → 0
View file @
4cf00abe
export
*
from
'
./progress.actions
'
;
export
*
from
'
./progress.interceptor
'
;
export
{
ProgressPartialState
,
progressSliceName
,
ProgressState
,
selectProgressPending
,
selectProgressState
}
from
'
./progress.reducer
'
;
libs/utils/ngrx/src/lib/window/index.ts
deleted
100644 → 0
View file @
4cf00abe
export
*
from
'
./window.actions
'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment