Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
EIT-SWE
ux
utils
Commits
6255d8d5
Commit
6255d8d5
authored
May 13, 2020
by
Ryan Diehl
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/progress' into 'develop'
fix(progress): removes barrels See merge request
!25
parents
4cf00abe
1503c583
Pipeline
#99900
passed with stages
in 4 minutes and 37 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 @
6255d8d5
export
*
from
'
./lib/ngrx.module
'
;
export
*
from
'
./lib/progress
'
;
export
*
from
'
./lib/window
'
;
export
*
from
'
./lib/progress/progress.actions
'
;
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