Initial Project Commit
This commit is contained in:
commit
a6dea9c888
2148 changed files with 173870 additions and 0 deletions
5
src/main/webapp/app/config/navigation.constants.ts
Normal file
5
src/main/webapp/app/config/navigation.constants.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export const ASC = 'asc';
|
||||
export const DESC = 'desc';
|
||||
export const SORT = 'sort';
|
||||
export const ITEM_DELETED_EVENT = 'deleted';
|
||||
export const DEFAULT_SORT_DATA = 'defaultSort';
|
Loading…
Add table
Add a link
Reference in a new issue