Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiao Gui
siibra-explorer
Commits
c6f90349
Commit
c6f90349
authored
6 years ago
by
Xiao Gui
Committed by
xgui3783
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: house keeping, adding loading indicator to index.html
parent
78723d8f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/atlasViewer/atlasViewer.constantService.service.ts
+3
-0
3 additions, 0 deletions
src/atlasViewer/atlasViewer.constantService.service.ts
src/index.html
+5
-4
5 additions, 4 deletions
src/index.html
src/main-aot.ts
+4
-0
4 additions, 0 deletions
src/main-aot.ts
with
12 additions
and
4 deletions
src/atlasViewer/atlasViewer.constantService.service.ts
+
3
−
0
View file @
c6f90349
...
...
@@ -8,6 +8,8 @@ import { ViewerStateInterface, Property, FETCHED_METADATA } from "../services/st
})
export
class
AtlasViewerConstantsServices
{
/* to be provided by KG in future */
public
templateUrls
=
[
// 'res/json/infant.json',
'
res/json/bigbrain.json
'
,
...
...
@@ -17,6 +19,7 @@ export class AtlasViewerConstantsServices{
'
res/json/allenMouse.json
'
]
/* to be provided by KG in future */
private
_mapArray
:
[
string
,
string
[]][]
=
[
[
'
JuBrain Cytoarchitectonic Atlas
'
,
[
...
...
This diff is collapsed.
Click to expand it.
src/index.html
+
5
−
4
View file @
c6f90349
...
...
@@ -11,10 +11,11 @@
</head>
<body>
<atlas-viewer>
Loading the atlas viewer
<span
class =
"homeAnimationDots loadingAnimationDots"
>
•
</span>
<span
class =
"homeAnimationDots loadingAnimationDots"
>
•
</span>
<span
class =
"homeAnimationDots loadingAnimationDots"
>
•
</span>
<h1
style =
"text-align:center;"
>
<span
class =
"homeAnimationDots loadingAnimationDots"
>
•
</span>
<span
class =
"homeAnimationDots loadingAnimationDots"
>
•
</span>
<span
class =
"homeAnimationDots loadingAnimationDots"
>
•
</span>
</h1>
</atlas-viewer>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/main-aot.ts
+
4
−
0
View file @
c6f90349
...
...
@@ -2,10 +2,14 @@ import 'zone.js'
import
{
platformBrowserDynamic
}
from
'
@angular/platform-browser-dynamic
'
import
{
MainModule
}
from
'
./main.module
'
;
import
{
enableProdMode
}
from
'
@angular/core
'
;
const
requireAll
=
(
r
:
any
)
=>
{
r
.
keys
().
forEach
(
r
)}
requireAll
(
require
.
context
(
'
./res/ext
'
,
false
,
/
\.
json$/
))
requireAll
(
require
.
context
(
'
./res/images
'
,
true
,
/
\.
jpg|
\.
png/
))
requireAll
(
require
.
context
(
'
./plugin_examples/jugex
'
,
false
))
/* aot = production mode */
enableProdMode
()
platformBrowserDynamic
().
bootstrapModule
(
MainModule
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment