app.component.ts
Main entrypoint for magnitude frequency distrinbution (MFD) application.
Plots magnitude vs. rate and logic tree.
OnInit
AfterViewInit
selector | app-app |
imports |
NshmpTemplateComponent
NshmpTemplateContentContainerComponent
NshmpTemplateControlPanelComponent
NshmpTemplateMainContentComponent
NshmpTemplateSettingsComponent
NshmpHazardProvisionalModelComponent
NshmpTemplateAboutComponent
ControlPanelComponent
ContentComponent
PlotSettingsPanelComponent
AboutComponent
AsyncPipe
|
templateUrl | ./app.component.html |
styleUrl | ./app.component.scss |
Properties |
|
Methods |
addSteps |
addSteps()
|
Defined in app.component.ts:83
|
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
Defined in app.component.ts:78
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Defined in app.component.ts:65
|
Returns :
void
|
Private destroyRef |
Default value : inject(DestroyRef)
|
Defined in app.component.ts:58
|
navService |
Default value : inject(NavigationService)
|
Defined in app.component.ts:54
|
nshmpService |
Default value : inject(NshmpService)
|
Defined in app.component.ts:55
|
nshmpTemplateService |
Default value : inject(NshmpTemplateService)
|
Defined in app.component.ts:52
|
service |
Default value : inject(AppService)
|
Defined in app.component.ts:53
|
Private shepherdService |
Default value : inject(ShepherdService)
|
Defined in app.component.ts:56
|
title |
Default value : apps().source.mfd.display
|
Defined in app.component.ts:61
|
Application title |
Private tutorialKey |
Type : string
|
Default value : 'source-mfd-show-tutorial'
|
Defined in app.component.ts:63
|
Private tutorialService |
Default value : inject(TutorialService)
|
Defined in app.component.ts:57
|