File

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

Description

A wrapper around a ViewContainerRef and a string name identifier.

Index

Properties

Properties

containerName
containerName: string
Type : string
viewContainer
viewContainer: ViewContainerRef
Type : ViewContainerRef
import { ViewContainerRef } from '@angular/core';

/**
 * A wrapper around a ViewContainerRef
 * and a string name identifier.
 */
export interface ContentContainer {
    readonly viewContainer: ViewContainerRef;
    readonly containerName: string;
  }

results matching ""

    No results matching ""