diff --git a/projects/nshmp-apps/src/app/dev/hazard/dynamic-compare/components/plots/plots.component.ts b/projects/nshmp-apps/src/app/dev/hazard/dynamic-compare/components/plots/plots.component.ts index 2b3fbd277cb10d55ca18f21394063f6dfe35dd4d..bec0fcca3f63ef4c8d1f3222c52addfe652ab996 100644 --- a/projects/nshmp-apps/src/app/dev/hazard/dynamic-compare/components/plots/plots.component.ts +++ b/projects/nshmp-apps/src/app/dev/hazard/dynamic-compare/components/plots/plots.component.ts @@ -1,4 +1,4 @@ -import {AsyncPipe, NgClass} from '@angular/common'; +import {NgClass} from '@angular/common'; import {Component, computed, Signal} from '@angular/core'; import {MatDivider} from '@angular/material/divider'; import { diff --git a/projects/nshmp-apps/src/app/source/model-maps/app.component.ts b/projects/nshmp-apps/src/app/source/model-maps/app.component.ts index ead3d47b6a7f0384443186838231240381a66ffa..8e75d6ec50b6c63c2eec7d67a96b9827351464c4 100644 --- a/projects/nshmp-apps/src/app/source/model-maps/app.component.ts +++ b/projects/nshmp-apps/src/app/source/model-maps/app.component.ts @@ -1,10 +1,4 @@ -import { - Component, - effect, - OnDestroy, - OnInit, - ViewEncapsulation, -} from '@angular/core'; +import {Component, effect, OnInit, ViewEncapsulation} from '@angular/core'; import {NshmpLibNgAboutPageComponent} from '@ghsc/nshmp-lib-ng/about'; import {NshmpLibNgHazardProvisionalModelComponent} from '@ghsc/nshmp-lib-ng/hazard'; import {NshmpLibNgTemplateComponent} from '@ghsc/nshmp-lib-ng/nshmp';