File

projects/dvk/src/lib/content-conductor/content/content.model.ts

Description

A wrapper around a TemplateRef and a string name identifier for the initial container to put the content in.

Index

Properties

Properties

initialContainerName
initialContainerName: string
Type : string
template
template: TemplateRef<any>
Type : TemplateRef<any>
import { TemplateRef } from '@angular/core';
import { Observable } from 'rxjs';

/**
 * A wrapper around a TemplateRef
 * and a string name identifier
 * for the initial container to put
 * the content in.
 */
export interface Content {
    readonly template: TemplateRef<any>;
    initialContainerName: string;

}

results matching ""

    No results matching ""