app.component.ts
Main entrypoint for ground motion vs. magnitude.
Plots GM vs. magnitude using GMM service.
See https://earthquake.usgs.gov/ws/nshmp/data/gmm/magnitude
OnInit
AfterViewInit
selector | app-app |
imports |
NshmpTemplateComponent
NshmpTemplateControlPanelComponent
NshmpTemplateContentContainerComponent
NshmpTemplateMainContentComponent
NshmpTemplateSettingsComponent
NshmpTemplateAboutComponent
ControlPanelComponent
ContentComponent
PlotSettingsPanelComponent
AboutComponent
AsyncPipe
|
templateUrl | ./app.component.html |
styleUrl | ./app.component.scss |
Properties |
|
Methods |
addSteps |
addSteps()
|
Defined in app.component.ts:81
|
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
Defined in app.component.ts:76
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Defined in app.component.ts:64
|
Returns :
void
|
Private destroyRef |
Default value : inject(DestroyRef)
|
Defined in app.component.ts:57
|
navService |
Default value : inject(NavigationService)
|
Defined in app.component.ts:52
|
nshmpService |
Default value : inject(NshmpService)
|
Defined in app.component.ts:53
|
Private nshmpTemplateService |
Default value : inject(NshmpTemplateService)
|
Defined in app.component.ts:55
|
service |
Default value : inject(AppService)
|
Defined in app.component.ts:51
|
Private shepherdService |
Default value : inject(ShepherdService)
|
Defined in app.component.ts:54
|
title |
Default value : apps().gmm.magnitude.display
|
Defined in app.component.ts:60
|
Application title |
Private tutorialKey |
Type : string
|
Default value : 'gmm-magnitude-show-tutorial'
|
Defined in app.component.ts:62
|
Private tutorialService |
Default value : inject(TutorialService)
|
Defined in app.component.ts:56
|