Go to file
Jim Martens e61b989f70
continuous-integration/drone/push Build is passing Details
Extract application config into separate file
2023-08-23 16:24:23 +02:00
.run Added run config to start CLI server 2023-08-12 13:39:02 +02:00
.vscode Initial commit 2023-07-18 21:59:18 +02:00
src Extract application config into separate file 2023-08-23 16:24:23 +02:00
.browserlist Renamed browserlist 2023-08-12 17:19:29 +02:00
.drone.yml Remove restorecon command 2023-08-12 19:18:50 +02:00
.editorconfig Initial commit 2023-07-18 21:59:18 +02:00
.gitignore Initial commit 2023-07-18 21:59:18 +02:00
.htaccess Fixed .htaccess 2023-08-16 09:52:24 +02:00
README.md Initial commit 2023-07-18 21:59:18 +02:00
angular.json Added service worker 2023-08-23 10:45:18 +02:00
ngsw-config.json Added service worker 2023-08-23 10:45:18 +02:00
package-lock.json Updated Angular service worker and ngrx 2023-08-23 10:54:27 +02:00
package.json Updated Angular service worker and ngrx 2023-08-23 10:54:27 +02:00
tsconfig.app.json Initial commit 2023-07-18 21:59:18 +02:00
tsconfig.json Follow recommendations 2023-08-12 17:01:27 +02:00
tsconfig.spec.json Initial commit 2023-07-18 21:59:18 +02:00

README.md

ModuleFrontend

This project was generated with Angular CLI version 16.1.4.

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.