import { Pipe, Injectable } from '@angular/core'; /** * Filter Pipe * A pipe like the old-school ng1 pipe. Use this with * moderation since it has performance issues. * * References: * - https://github.com/VadimDez/ng2-filter-pipe * - https://angular.io/docs/ts/latest/guide/pipes.html * * Example: * * *