Read-only mirror of https://github.com/cdc-si/copilot-frontend — Zentrale Ausgleichsstelle ZAS. Issues & pull requests at the source.
  • TypeScript 55.7%
  • HTML 28.7%
  • SCSS 15.4%
  • CSS 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Matthieu Vinciarelli ec85d40a11
Merge pull request #45 from CdC-SI/release/4.0.0
Release/4.0.0
2026-08-04 11:11:32 +02:00
src Merge branch 'master' of https://github.com/CdC-SI/copilot-frontend into release/4.0.0 2026-08-04 11:04:19 +02:00
tests first commit 2024-05-29 13:22:16 +02:00
.dockerignore first commit 2024-05-29 13:22:16 +02:00
.editorconfig first commit 2024-05-29 13:22:16 +02:00
.eslintrc.json first commit 2024-05-29 13:22:16 +02:00
.gitignore chore: remove package-lock.json from .gitignore 2026-05-19 13:47:12 +02:00
.prettierrc first commit 2024-05-29 13:22:16 +02:00
angular.json feat: add markdown styling and integrate into chat message component 2026-06-05 09:23:18 +02:00
docker-compose.yml first commit 2024-05-29 13:22:16 +02:00
Dockerfile conversation service 2024-10-24 17:48:43 +02:00
package-lock.json release 4.0.0 2026-08-04 10:54:37 +02:00
package.json release 4.0.0 2026-08-04 10:54:37 +02:00
proxy.conf.json feat: update API endpoint from /copilot/api to /zia/api in configuration and proxy settings 2026-05-19 11:14:55 +02:00
README.md changed name to CopilotGPT 2024-08-14 17:02:13 +02:00
tsconfig.app.json first commit 2024-05-29 13:22:16 +02:00
tsconfig.json Adapt frontend to latest changes in backend API + design improvements 2024-06-13 11:13:28 +02:00
tsconfig.spec.json first commit 2024-05-29 13:22:16 +02:00

ZAS/EAK CopilotGPT Frontend

This project was generated with Angular CLI version 17.3.6.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.