File

projects/rebirth-ng/src/lib/carousel/slide.directive.ts

Metadata

selector ng-template[reSlide]

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[reSlide]',
})
export class SlideDirective {
  constructor(public templateRef: TemplateRef<any>) {
  }

}

results matching ""

    No results matching ""