Skip to content
Snippets Groups Projects

gmm dashboard

7 files
+ 108
0
Compare changes
  • Side-by-side
  • Inline
Files
7
 
<nshmp-lib-ng-template #template [navigationList]="navigationList" [title]="">
 
<!-- Dashboard -->
 
<nshmp-lib-ng-dashboard [sections]="sections">
 
<nshmp-lib-ng-dashboard-title>
 
USGS Earthquake Hazard Toolbox:
 
<br />
 
Ground Motion Model Applications
 
</nshmp-lib-ng-dashboard-title>
 
<nshmp-lib-ng-dashboard-description />
 
</nshmp-lib-ng-dashboard>
 
 
<!-- About page -->
 
<nshmp-lib-ng-about-page>
 
<nshmp-lib-ng-about-content
 
[showSavingSettingPanel]="false"
 
[showUsingApplicationPanel]="false"
 
/>
 
</nshmp-lib-ng-about-page>
 
</nshmp-lib-ng-template>
Loading