Interface WindowContainerContext<T>

interface WindowContainerContext<T> {
    component?: ComponentType<T>;
    template?: TemplateRef<T>;
}

Type Parameters

  • T

Properties

component?: ComponentType<T>
template?: TemplateRef<T>