X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2FAppModule.ts;h=5a9c306989454629f9b52dd0c246426b2a82b783;hb=refs%2Fchanges%2F78%2F14278%2F1;hp=889f4be027d6afa036bbc1de4c736110c215b3e4;hpb=46ea49db958888a91926317adf784252695a9359;p=osm%2FNG-UI.git diff --git a/src/app/AppModule.ts b/src/app/AppModule.ts index 889f4be..5a9c306 100644 --- a/src/app/AppModule.ts +++ b/src/app/AppModule.ts @@ -45,6 +45,7 @@ import { DeleteComponent } from 'DeleteComponent'; import { DeviceCheckService } from 'DeviceCheckService'; import { GoToTopDirective } from 'GoToTopDirective'; import { HeaderComponent } from 'HeaderComponent'; +import { HealingComponent } from 'HealingComponent'; import { InstantiateNetSliceTemplateComponent } from 'InstantiateNetSliceTemplate'; import { InstantiateNsComponent } from 'InstantiateNs'; import { LayoutComponent } from 'LayoutComponent'; @@ -134,7 +135,8 @@ const customNotifierOptions: NotifierOptions = { NsUpdateComponent, WarningComponent, StartStopRebuildComponent, - VerticalScalingComponent + VerticalScalingComponent, + HealingComponent ], imports: [ NotifierModule.withConfig(customNotifierOptions),