File

projects/rebirth-ng/src/lib/tabs/tab-content.directive.ts

Metadata

selector ng-template[reTabContent]

Index

Properties

Constructor

constructor(templateRef: TemplateRef)
Parameters :
Name Type Optional
templateRef TemplateRef<any> no

Properties

Public templateRef
templateRef: TemplateRef<any>
Type : TemplateRef<any>
import { Directive, TemplateRef } from '@angular/core';

@Directive({
  selector: 'ng-template[reTabContent]',
})
export class TabContentDirective {
  constructor(public templateRef: TemplateRef<any>) {
  }
}

results matching ""

    No results matching ""