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
74fae0df
Commit
74fae0df
authored
Feb 04, 2019
by
Eduardo Sanz García
Browse files
chore: change absolute to relative import paths
parent
e6253dee
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
src/app/app.component.spec.ts
src/app/app.component.spec.ts
+1
-1
src/app/app.component.ts
src/app/app.component.ts
+1
-1
src/app/app.module.ts
src/app/app.module.ts
+1
-1
src/app/modules/auth/auth.module.ts
src/app/modules/auth/auth.module.ts
+0
-1
No files found.
src/app/app.component.spec.ts
View file @
74fae0df
...
...
@@ -20,7 +20,7 @@ import {
import
{
AuthService
}
from
'
src/app
/modules/auth/auth.service
'
;
}
from
'
.
/modules/auth/auth.service
'
;
import
{
AppComponent
...
...
src/app/app.component.ts
View file @
74fae0df
...
...
@@ -29,7 +29,7 @@ import {
import
{
AAP_CONFIG
,
AuthConfig
}
from
'
src/app
/modules/auth/auth.config
'
;
}
from
'
.
/modules/auth/auth.config
'
;
import
{
AuthService
,
...
...
src/app/app.module.ts
View file @
74fae0df
...
...
@@ -21,7 +21,7 @@ import {
import
{
environment
}
from
'
src
/environments/environment
'
;
}
from
'
..
/environments/environment
'
;
// Components
import
{
...
...
src/app/modules/auth/auth.module.ts
View file @
74fae0df
...
...
@@ -44,4 +44,3 @@ export class AuthModule {
};
}
}
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