Skip to content
Snippets Groups Projects

Dashboards

17 files
+ 324
0
Compare changes
  • Side-by-side
  • Inline
Files
17
 
<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 />
 
Design Map 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