File

components/about/about.component.ts

Description

About page for data mapping application.

Metadata

Index

Properties

Constructor

constructor()

Properties

logs
Default value : changelogs(apps().source.modelMaps.routerLink)
import {Component} from '@angular/core';
import {
  NshmpAboutArcgisComponent,
  NshmpAboutContentComponent,
  NshmpAboutDescriptionComponent,
  NshmpAboutDescriptionTitleComponent,
  NshmpAboutNavMenuComponent,
  NshmpAboutOptionsComponent,
  NshmpAboutUsingApplicationExpansionPanelComponent,
} from '@ghsc/nshmp-lib-ng/about';
import {changelogs} from 'projects/nshmp-apps/src/app/changelog';
import {apps} from 'projects/nshmp-apps/src/shared/utils/applications.utils';

/**
 * 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 {
  logs = changelogs(apps().source.modelMaps.routerLink);

  constructor() {}
}
<nshmp-about-content [changelogs]="logs">
  <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 ""