Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-client
Commits
ac262782
Commit
ac262782
authored
Sep 03, 2019
by
Tifenn Guillas
Browse files
Fix typo
parent
5225a0a2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/app/detail/store/detail.effects.ts
View file @
ac262782
...
...
@@ -17,10 +17,10 @@ import { DetailService } from './detail.service';
import
{
AttributeService
}
from
'
src/app/metamodel/services/attribute.service
'
;
interface
State
{
router
:
fromRouter
.
RouterReducerState
<
utils
.
RouterStateUrl
>
,
metamodel
:
fromMetamodel
.
State
,
search
:
fromSearch
.
State
,
detail
:
fromDetail
.
State
router
:
fromRouter
.
RouterReducerState
<
utils
.
RouterStateUrl
>
;
metamodel
:
fromMetamodel
.
State
;
search
:
fromSearch
.
State
;
detail
:
fromDetail
.
State
;
}
@
Injectable
()
...
...
Write
Preview
Supports
Markdown
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