Files
gerrit/polygerrit-ui/app/constants
Dmitrii Filippov 782f055353 Convert files to typescript
The change converts the following files to typescript:

* elements/plugins/gr-settings-api/gr-settings-api.ts
* elements/shared/gr-change-status/gr-change-status.ts
* elements/admin/gr-repo-plugin-config/gr-repo-plugin-config.ts

Change-Id: I14aebafee44ab11066699164356e3177742db802
2020-08-17 14:59:02 +02:00
..
2020-08-17 14:59:02 +02:00
2020-08-05 17:08:36 +02:00
2020-04-06 17:23:10 +02:00

constants folder should contain:

  1. constants used across files
  2. messages used across files, like toasters, notifications etc

For every constant defined, please add a @desc for it, once the list grows bigger, we should consider grouping them with sub folders / files.