We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ae43e commit 1ec16ceCopy full SHA for 1ec16ce
src/app/pipes/array/group-by.ts
@@ -1,7 +1,7 @@
1
import { Pipe, PipeTransform } from '@angular/core';
2
import {extractDeepPropertyByMapKey, isFunction} from '../helpers/helpers';
3
4
-@Pipe({name: 'groupBy', pure: false})
+@Pipe({name: 'groupBy'})
5
export class GroupByPipe implements PipeTransform {
6
7
transform(input: any, discriminator: any = [], delimiter: string = '|'): any {
0 commit comments