Go to file
2023-05-11 21:08:44 +04:00
.github TD-598: Avoid uppercase. Add CSpell cfg. Move to ng-libs: table, prettier cfg (#221) 2023-05-11 21:08:44 +04:00
.idea TD-598: Avoid uppercase. Add CSpell cfg. Move to ng-libs: table, prettier cfg (#221) 2023-05-11 21:08:44 +04:00
.run TD-598: Avoid uppercase. Add CSpell cfg. Move to ng-libs: table, prettier cfg (#221) 2023-05-11 21:08:44 +04:00
.vscode IMP-58: Move to Ng Core Lib (#214) 2023-04-21 16:49:05 +04:00
src TD-598: Avoid uppercase. Add CSpell cfg. Move to ng-libs: table, prettier cfg (#221) 2023-05-11 21:08:44 +04:00
tools TD-237: New magista, fistful, file-storage, damsel Thrift API (#69) 2022-03-28 14:48:45 +03:00
_.env TD-455: Fix cash field (#164) 2022-11-17 16:21:54 +06:00
.browserslistrc angular 10 (#170) 2020-08-21 15:15:41 +03:00
.eslintrc.js Select shared library (#119) 2022-08-01 19:21:48 +03:00
.gitignore TD-455: Fix cash field (#164) 2022-11-17 16:21:54 +06:00
.npmrc Fix new claim modification form (#88) 2022-05-24 15:01:51 +03:00
.prettierignore TD-598: Avoid uppercase. Add CSpell cfg. Move to ng-libs: table, prettier cfg (#221) 2023-05-11 21:08:44 +04:00
.prettierrc.js TD-598: Avoid uppercase. Add CSpell cfg. Move to ng-libs: table, prettier cfg (#221) 2023-05-11 21:08:44 +04:00
angular.json IMP-58: Move to Ng Core Lib (#214) 2023-04-21 16:49:05 +04:00
cspell.json TD-598: Avoid uppercase. Add CSpell cfg. Move to ng-libs: table, prettier cfg (#221) 2023-05-11 21:08:44 +04:00
Dockerfile Select shared library (#119) 2022-08-01 19:21:48 +03:00
karma-ci.conf.js FE-629: New Angular 12 (#279) 2021-08-05 18:26:06 +03:00
karma.conf.js FE-629: New Angular 12 (#279) 2021-08-05 18:26:06 +03:00
LICENSE 🔄 Synced file(s) with valitydev/configurations (#37) 2022-08-15 12:38:35 +03:00
nginx.conf FE-637: Added angular cli project structure and CI configs. 2018-08-02 16:41:30 +03:00
package-lock.json TD-598: Avoid uppercase. Add CSpell cfg. Move to ng-libs: table, prettier cfg (#221) 2023-05-11 21:08:44 +04:00
package.json TD-598: Avoid uppercase. Add CSpell cfg. Move to ng-libs: table, prettier cfg (#221) 2023-05-11 21:08:44 +04:00
proxy.conf.js OPS-182: Support wachter API, refactor & remove unused thrift (#142) 2022-09-25 22:49:45 +06:00
README.md TD-455: Fix cash field (#164) 2022-11-17 16:21:54 +06:00
renovate.json IMP-23: New RxJS@7 (#39) 2022-03-04 18:41:08 +03:00
tsconfig.app.json Added paths to config. Refactored some components. (#189) 2020-10-07 15:29:59 +03:00
tsconfig.json IMP-58: Move to Ng Core Lib (#214) 2023-04-21 16:49:05 +04:00
tsconfig.spec.json Added paths to config. Refactored some components. (#189) 2020-10-07 15:29:59 +03:00
webpack.extra.js BACKLOG-28: To GitHub Actions (#1) 2022-01-11 20:07:27 +03:00

Control Center

Admin Dashboard

⚙️ Installation

  1. Add environment and configurations:

You can copy from examples like this one: _appConfig.json

  1. Install packages
    npm ci
    

Stage

Running in stage mode needs files:

  • .env.stage
  • src/assets/appConfig.stage.json
  • src/assets/authConfig.stage.json

🚀 Launch

  1. Start
    npm start
    
  2. Open localhost:4200

If you want to develop a library, then it's better to start building library separately:

npm run dev
npm run dev-libs

👩‍💻 Development

Console Utilities

  • ccSwitchLogging() - Enable/disable logging requests to the console
  • ccGetMyRoles() - Display your roles from the token