Go to file
2025-02-16 01:39:00 +01:00
public Ajout de nouvelles pages pour les admins 2.0 2025-02-04 20:24:03 +01:00
src update des cookies pour le déploiement sur le domaine 2025-02-16 01:39:00 +01:00
.editorconfig initial commit 2024-12-10 18:45:17 +01:00
.gitignore Service pour importer une configuration dans un json 2025-01-26 16:11:39 +01:00
angular.json update des cookies pour le déploiement sur le domaine 2025-02-16 01:39:00 +01:00
configuration.json update des cookies pour le déploiement sur le domaine 2025-02-16 01:39:00 +01:00
Dockerfile Ajout du Dockerfile pour un prochain déploiement 2025-01-25 20:58:08 +01:00
package.json Gestion des cookies et token d'authentification 2025-02-01 14:54:52 +01:00
README.md Ajout du Dockerfile pour un prochain déploiement 2025-01-25 20:58:08 +01:00
server.ts update de server.ts pour accepter les requetes externes 2025-02-16 00:38:00 +01:00
tsconfig.app.json initial commit 2024-12-10 18:45:17 +01:00
tsconfig.json Gestion des cookies et token d'authentification 2025-02-01 14:54:52 +01:00
tsconfig.spec.json initial commit 2024-12-10 18:45:17 +01:00

ReviewFront

This project was generated with Angular CLI version 18.2.12.

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.

pour run le docker :

sudo docker build -t abonentendeur .
sudo docker run -d -p 4200:4200 abonentendeur