File

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

Description

A map of string names to view containers.

Indexable

[name: string]: ViewContainerRef
import { ViewContainerRef } from '@angular/core';

/**
 * A map of string names to view containers.
 */
export interface ContainersMap { 
    [name:string]: ViewContainerRef 
  }
  

results matching ""

    No results matching ""