Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Tools glue
ng-ebi-authorization
Commits
09a27548
Commit
09a27548
authored
May 04, 2018
by
Eduardo Sanz García
Browse files
WIP: migration to 6.0.0
parent
169fbc9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/app/app.component.ts
src/app/app.component.ts
+1
-1
src/app/modules/auth/auth.service.ts
src/app/modules/auth/auth.service.ts
+2
-2
No files found.
src/app/app.component.ts
View file @
09a27548
...
...
@@ -4,7 +4,7 @@ import {
}
from
'
@angular/core
'
;
import
{
Observable
,
}
from
'
rxjs
/Observable
'
;
}
from
'
rxjs
'
;
import
{
map
}
from
'
rxjs/operators
'
;
...
...
src/app/modules/auth/auth.service.ts
View file @
09a27548
...
...
@@ -6,10 +6,10 @@ import {
}
from
'
@angular/core
'
;
import
{
Observable
}
from
'
rxjs
/Observable
'
;
}
from
'
rxjs
'
;
import
{
BehaviorSubject
,
}
from
'
rxjs
/BehaviorSubject
'
;
}
from
'
rxjs
'
;
import
{
map
}
from
'
rxjs/operators
'
;
...
...
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