TOSQUASH Thank for pipe

This commit is contained in:
2017-05-04 23:16:18 +02:00
parent ae02d37385
commit 7b796dceaf

View File

@@ -1,3 +1,5 @@
// Thank to http://4dev.tech/2016/09/angular2-how-to-sort-a-json-dataset-by-field/
import { Pipe, PipeTransform } from '@angular/core';
@Pipe({name: "sortBy"})