diff --git a/projects/components/src/load-async/wrapper/load-async-wrapper.component.ts b/projects/components/src/load-async/wrapper/load-async-wrapper.component.ts index 13c3b268c..8dcf620a8 100644 --- a/projects/components/src/load-async/wrapper/load-async-wrapper.component.ts +++ b/projects/components/src/load-async/wrapper/load-async-wrapper.component.ts @@ -2,6 +2,7 @@ import { ChangeDetectionStrategy, Component, Inject, InjectionToken, TemplateRef import { IconType } from '@hypertrace/assets-library'; import { Observable } from 'rxjs'; import { switchMap, tap } from 'rxjs/operators'; +import { NotificationMode } from '../../notification/notification.component'; import { LoadAsyncStateType } from '../load-async-state.type'; import { AsyncState, LoadAsyncConfig, LoadAsyncContext, LoaderType } from '../load-async.service'; @@ -21,6 +22,13 @@ export const ASYNC_WRAPPER_PARAMETERS$ = new InjectionToken -
+