Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e53e5e2b
authored
Aug 05, 2018
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into graphql-for-frontend
2 parents
f1eee794
6ee7b5b9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
code/moya-angular/package.json
code/moya-angular/src/app/components/moya-locale/locale.service.ts
code/moya-angular/src/app/shared/services/cache.service.ts
code/moya-angular/package.json
View file @
e53e5e2
...
...
@@ -5,7 +5,7 @@
"angular-cli"
:
{},
"scripts"
:
{
"ng"
:
"ng"
,
"start"
:
"ng serve --proxy-config=moyaproxy.conf.json --base-href=/"
,
"start"
:
"ng serve --proxy-config=moyaproxy.conf.json --base-href=/
&& ng lint
"
,
"build"
:
"ng build"
,
"aot"
:
"ng build --aot"
,
"test"
:
"ng test"
,
...
...
code/moya-angular/src/app/components/moya-locale/locale.service.ts
View file @
e53e5e2
...
...
@@ -91,7 +91,7 @@ export class LocaleService {
}
return
this
.
selectLocale
(
DEFAULT_LOCALE
);
}),);
}),
);
}
...
...
code/moya-angular/src/app/shared/services/cache.service.ts
View file @
e53e5e2
...
...
@@ -87,7 +87,7 @@ export class CacheService {
const
hotSource
=
source
.
pipe
(
tap
(
val
=>
this
.
cache
.
set
(
cacheName
,
new
CachedItem
(
moduleName
,
cachePath
,
val
))),
publishLast
(),
refCount
(),
);
publishLast
(),
refCount
(),
);
this
.
cache
.
set
(
cacheName
,
new
CachedItem
(
moduleName
,
cachePath
,
hotSource
,
true
));
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment