File

projects/wms-framework/src/lib/directives/rootvisual.directive.ts

Metadata

Selector [rootvisual-host]

Index

Properties

Constructor

constructor(viewContainerRef: ViewContainerRef)
Parameters :
Name Type Optional
viewContainerRef ViewContainerRef No

Properties

Public viewContainerRef
Type : ViewContainerRef
import { Directive, ViewContainerRef } from '@angular/core';

@Directive({
  selector: '[rootvisual-host]',
})
export class RootVisualDirective {
  constructor(public viewContainerRef: ViewContainerRef) {}
}

result-matching ""

    No results matching ""