No description
Find a file
2026-01-09 13:28:21 +01:00
cypress Formatting the code with prettier. 2025-08-05 17:50:38 +02:00
src add editing of questions 2026-01-09 13:28:21 +01:00
.editorconfig Removing unnecessary code 2023-11-03 11:20:40 +01:00
.gitignore Renaming the attibute from field_id to form_field_id 2023-04-06 10:34:24 +02:00
.prettierrc.json Formatting the code with prettier. 2025-08-05 18:21:28 +02:00
angular.json Formatting the code with prettier. 2025-08-05 18:21:28 +02:00
cypress.config.ts adding test suite of settings module and improving tests 2023-02-09 02:51:44 -05:00
karma.conf.js Imprioving Karma config and updating some components' tets suit 2024-11-26 18:29:39 +01:00
package-lock.json Merge branch 'master' into local-llm 2025-09-29 17:05:43 +02:00
package.json adjust env 2025-10-14 13:23:36 +02:00
PENDING.txt Removing fxFlex 2023-08-28 11:49:30 +02:00
README.md initial commit 2021-08-16 19:30:04 +02:00
tsconfig.app.json Formatting the code with prettier. 2025-08-05 17:50:38 +02:00
tsconfig.json Formatting the code with prettier. 2025-08-05 17:50:38 +02:00
tsconfig.spec.json Formatting the code with prettier. 2025-08-05 17:50:38 +02:00

WebTdd

This project was generated with Angular CLI version 12.2.1.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app 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.