File

src/directives/value-input-template.directive.ts

Metadata

selector [ngx-query-value-input-template]

Inputs

dataType

Type: any

Constructor

constructor(template: any)

Properties

template
template: any
import { Directive, Input, TemplateRef } from '@angular/core';

import { DataType } from '../query.types';

@Directive({
  selector: '[ngx-query-value-input-template]'
})
export class ValueInputTemplateDirective {

  @Input() dataType: DataType;

  constructor(public template: TemplateRef<any>) { }

}

results matching ""

    No results matching ""