File

core/src/utils/template.service.ts

Description

A utility service used internally to communicate the TemplateRef<HTMLInputElement> from anchor viewcontainer to the table cell

Index

Properties

Properties

Public setter
setter: function
Type : function
import { Injectable, TemplateRef } from '@angular/core';

/**
 * A utility service used internally to communicate the `TemplateRef<HTMLInputElement>` from [anchor viewcontainer]{@link AnchorDirective} to the [table cell]{@link AbstractTableCell}
 */
@Injectable()
export class TemplateService {
	public setter: (tpl: TemplateRef<HTMLInputElement>) => void;
}

result-matching ""

    No results matching ""