Merge branch 'master' into w2p-50632_Replace-mock-registry-service-with-implementation

This commit is contained in:
Kristof De Langhe
2018-05-03 11:44:47 +02:00
42 changed files with 556 additions and 148 deletions

View File

@@ -144,7 +144,7 @@ export class PaginationComponent implements OnDestroy, OnInit {
/**
* Direction in which to sort: ascending or descending
*/
public sortDirection: SortDirection = SortDirection.Ascending;
public sortDirection: SortDirection = SortDirection.ASC;
/**
* Name of the field that's used to sort by