import { PipeTransform } from '@angular/core'; /** * Sort array pipe * * This is currently used with the pin feature of the list component * * Example: *
* // Individual module import
* import { SortArrayPipeModule } from 'patternfly-ng/pipe';
* // Or
* import { SortArrayPipeModule } from 'patternfly-ng';
*
* @NgModule({
* imports: [SortArrayPipeModule,...]
* })
* export class AppModule(){}
*
*/
export declare class SortArrayPipe implements PipeTransform {
/**
* Sort array by property
*
* @param {Array