ng-jhipster
Version:
A Jhipster util library for Angular 2
14 lines (13 loc) • 421 B
TypeScript
import { ElementRef, Renderer } from '@angular/core';
import { JhiSortDirective } from './sort.directive';
export declare class JhiSortByDirective {
private el;
private renderer;
jhiSortBy: string;
sortAscIcon: string;
sortDescIcon: string;
jhiSort: JhiSortDirective;
constructor(jhiSort: JhiSortDirective, el: ElementRef, renderer: Renderer);
onClick(): void;
private applyClass();
}