UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular

13 lines (12 loc) 406 B
import { EventEmitter } from '@angular/core'; import { FaIconComponent } from '@fortawesome/angular-fontawesome'; export declare class JhiSortDirective { predicate: string; ascending: boolean; callback: Function; predicateChange: EventEmitter<string>; ascendingChange: EventEmitter<boolean>; activeIconComponent: FaIconComponent; constructor(); sort(field: string): void; }