diff --git a/projects/storefrontlib/layout/launch-dialog/config/launch-config.ts b/projects/storefrontlib/layout/launch-dialog/config/launch-config.ts index 92aa8ff97e0..5d40ad8d488 100644 --- a/projects/storefrontlib/layout/launch-dialog/config/launch-config.ts +++ b/projects/storefrontlib/layout/launch-dialog/config/launch-config.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -import { Type } from '@angular/core'; import { OutletPosition } from '../../../cms-structure/outlet/outlet.model'; export interface LaunchConfig { @@ -21,7 +20,7 @@ export type LaunchOptions = * Parent type for configurations that render components */ export interface LaunchDialog { - component: Type; + component: any; /** * Can the element be rendered multiple times */