[AAE-6376] Adding Sort by Category service (#7502)

* [AAE-6376] Adding Sort by Category service

* indentation fix

* fix

* fix

* indentation fix

* fix CR

* fix lint

* missing semicolon

* fix name

* fix CR and added unit tests

* small fix
This commit is contained in:
Ketevani Kvirikashvili
2022-02-18 19:45:21 +02:00
committed by GitHub
parent 6ccc39d0f4
commit 0365143e33
3 changed files with 215 additions and 0 deletions

View File

@@ -68,3 +68,4 @@ export * from './language.service';
export * from './identity-user.service.interface';
export * from './identity-group.interface';
export * from './language-item.interface';
export * from './sort-by-category.service';