ng-dap
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.
8 lines (7 loc) • 329 B
TypeScript
import { TemplateRef } from '@angular/core';
import { TabDirective } from './tab.directive';
/** Should be used to mark <ng-template> element as a template for tab heading */
export declare class TabHeadingDirective {
templateRef: TemplateRef<any>;
constructor(templateRef: TemplateRef<any>, tab: TabDirective);
}