File

components/about/about.component.ts

Description

About page for ground motion vs magnitude.

Metadata

import {Component} from '@angular/core';
import {
  NshmpAboutContentComponent,
  NshmpAboutDescriptionComponent,
  NshmpAboutDescriptionTitleComponent,
  NshmpAboutNavMenuComponent,
  NshmpAboutOptionsComponent,
  NshmpAboutPlotlyComponent,
  NshmpAboutUsingApplicationExpansionPanelComponent,
} from '@ghsc/nshmp-lib-ng/about';

/**
 * About page for ground motion vs magnitude.
 */
@Component({
  imports: [
    NshmpAboutContentComponent,
    NshmpAboutDescriptionComponent,
    NshmpAboutDescriptionTitleComponent,
    NshmpAboutUsingApplicationExpansionPanelComponent,
    NshmpAboutPlotlyComponent,
    NshmpAboutOptionsComponent,
    NshmpAboutNavMenuComponent,
  ],
  selector: 'app-about',
  styleUrl: './about.component.scss',
  templateUrl: './about.component.html',
})
export class AboutComponent {}
<nshmp-about-content>
  <nshmp-about-description>
    <nshmp-about-description-title>
      This application computes ground motions as a function of earthquake magnitude for all GMMs
      supported by USGS hazard software.
    </nshmp-about-description-title>

    Use <code>ctrl</code>-click (Windows) or <code>command</code>-click (Mac) to select multiple
    GMMs; use <code>shift</code>-click to select a range of GMMs. When multiple GMMs are selected,
    the intensity measure type (IMT) selector shows the set of spectral periods or other IMTs common
    to all selected GMMs.
  </nshmp-about-description>

  <!-- Using this application panel -->
  <nshmp-about-using-application-expansion-panel>
    <nshmp-about-nav-menu />
    <nshmp-about-options />
    <nshmp-about-plotly />
  </nshmp-about-using-application-expansion-panel>
</nshmp-about-content>
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""