Go to file
dependabot[bot] db36e5cf76
Bump the npm_and_yarn group with 4 updates
Bumps the npm_and_yarn group with 4 updates: [axios](https://github.com/axios/axios), [rollup](https://github.com/rollup/rollup), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `axios` from 1.7.2 to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.7)

Updates `rollup` from 4.20.0 to 4.24.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.20.0...v4.24.0)

Updates `@angular-devkit/build-angular` from 18.2.4 to 18.2.7
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/18.2.4...18.2.7)

Updates `vite` from 5.4.0 to 5.4.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 11:52:13 +00:00
.github IMP-332: Domain config move to new table. Add table2 sort (#394) 2024-10-02 16:50:30 +05:00
.idea IMP-99: New core table (#266) 2023-10-09 21:26:42 +07:00
.run TD-598: Fix new table & load 1000 payments (#223) 2023-05-15 17:54:32 +04:00
.vscode IMP-58: Move to Ng Core Lib (#214) 2023-04-21 16:49:05 +04:00
src IMP-332: Domain config move to new table. Add table2 sort (#394) 2024-10-02 16:50:30 +05:00
.eslintrc.js TD-925: Bump Angular to 18 (#369) 2024-06-21 13:45:05 +05:00
.gitignore TD-455: Fix cash field (#164) 2022-11-17 16:21:54 +06:00
.prettierignore IMP-82: Terminals page (#275) 2023-10-20 15:28:35 +07:00
.prettierrc.js IMP-82: Terminals page (#275) 2023-10-20 15:28:35 +07:00
angular.json IMP-251: Create shop claim without payout (#389) 2024-09-18 16:42:50 +05:00
cspell.json IMP-332: Domain config move to new table. Add table2 sort (#394) 2024-10-02 16:50:30 +05: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 Bump the npm_and_yarn group with 4 updates 2024-10-02 11:52:13 +00:00
package.json Bump the npm_and_yarn group with 4 updates 2024-10-02 11:52:13 +00:00
README.md TD-730,TD-775: Wachter config to appConfig, add headers logging, fix errors logging (#267) 2023-10-11 19:06:48 +07:00
renovate.json IMP-332: Domain config move to new table. Add table2 sort (#394) 2024-10-02 16:50:30 +05:00
tsconfig.app.json TD-626: Angular 16 (#232) 2023-06-21 15:21:04 +04:00
tsconfig.json TD-925: Bump Angular to 18 (#369) 2024-06-21 13:45:05 +05:00
tsconfig.spec.json TD-626: Angular 16 (#232) 2023-06-21 15:21:04 +04:00

Control Center

Admin Dashboard

⚙️ Installation

  1. Add configurations:

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

  1. Install packages
    npm ci
    

Stage

Running in stage mode needs files:

  • 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