File

components/about/about.component.ts

Description

About page for data mapping application.

Metadata

Constructor

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

/**
 * About page for data mapping application.
 */
@Component({
  imports: [
    NshmpAboutContentComponent,
    NshmpAboutDescriptionComponent,
    NshmpAboutDescriptionTitleComponent,
    NshmpAboutUsingApplicationExpansionPanelComponent,
    NshmpAboutArcgisComponent,
    NshmpAboutOptionsComponent,
    NshmpAboutNavMenuComponent,
  ],
  selector: 'app-about',
  styleUrl: './about.component.scss',
  templateUrl: './about.component.html',
})
export class AboutComponent {
  constructor() {}
}
<nshmp-about-content>
  <nshmp-about-description>
    <nshmp-about-description-title>
      This application provides graphic representations of USGS national seismic hazard model (NSHM)
      components.
    </nshmp-about-description-title>
  </nshmp-about-description>

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

results matching ""

    No results matching ""