Go to file
Jim Martens 657e4c4ac4 feat(debug): Added ability to mock network 2023-11-18 22:37:29 +01:00
.run Created initial menu structure 2023-11-12 15:40:46 +01:00
src feat(debug): Added ability to mock network 2023-11-18 22:37:29 +01:00
.browserslistrc Integrated Ionic framework 2023-10-26 23:12:00 +02:00
.drone.yml Integrated Ionic framework 2023-10-26 23:12:00 +02:00
.editorconfig Initial commit 2023-10-01 10:39:17 +02:00
.eslintrc.json Integrated Ionic framework 2023-10-26 23:12:00 +02:00
.gitignore Integrated Ionic framework 2023-10-26 23:12:00 +02:00
.htaccess Initial commit 2023-10-01 10:39:17 +02:00
README.md Initial commit 2023-10-01 10:39:17 +02:00
angular.json Updated Angular to 17 2023-11-15 09:09:28 +01:00
capacitor.config.ts Integrated Ionic framework 2023-10-26 23:12:00 +02:00
ionic.config.json Integrated Ionic framework 2023-10-26 23:12:00 +02:00
karma.conf.js Integrated Ionic framework 2023-10-26 23:12:00 +02:00
ngsw-config.json Initial commit 2023-10-01 10:39:17 +02:00
package-lock.json fix(main): Fix errors with including multiple instances of ionic standalone components 2023-11-18 22:36:47 +01:00
package.json fix(main): Fix errors with including multiple instances of ionic standalone components 2023-11-18 22:36:47 +01:00
tsconfig.app.json Integrated Ionic framework 2023-10-26 23:12:00 +02:00
tsconfig.json Integrated Ionic framework 2023-10-26 23:12:00 +02:00
tsconfig.spec.json Integrated Ionic framework 2023-10-26 23:12:00 +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.