Skip to content
Snippets Groups Projects
nehubaViewer.template.html 521 B
Newer Older
<div id = "neuroglancer-container">
  <div *ngIf = "constantService.loadExportNehubaPromise ? !(constantService.loadExportNehubaPromise | async) : true">
    <h1 tyle = "text-align:center;">
      Loading Nehuba Viewer ...
    </h1>
    <h1 style = "text-align:center;">
      <span class = "homeAnimationDots loadingAnimationDots">&bull;</span>
      <span class = "homeAnimationDots loadingAnimationDots">&bull;</span>
      <span class = "homeAnimationDots loadingAnimationDots">&bull;</span>
    </h1>
  </div>