File

angular/projects/researchdatabox/form/src/app/form-field-wrapper.directive.ts

Description

Field directive for retrieving the VC

Author: Shilo Banihit

Metadata

Index

Properties

Constructor

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

Properties

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

/**
 * Field directive for retrieving the VC
 *
 * Author: <a href='https://github.com/shilob' target='_blank'>Shilo Banihit</a>
 *
 */
@Directive({
  selector: '[formFieldComp]',
})
export class FormFieldWrapperDirective {
  constructor(public viewContainerRef: ViewContainerRef) { }
}

results matching ""

    No results matching ""