https://github.com/samply/teiler-dashboard
Teiler Dashboard. This is one of the three main components of the Teiler: teiler-orchestrator, teiler-dashboard and teiler-backend.
https://github.com/samply/teiler-dashboard
Last synced: about 1 month ago
JSON representation
Teiler Dashboard. This is one of the three main components of the Teiler: teiler-orchestrator, teiler-dashboard and teiler-backend.
- Host: GitHub
- URL: https://github.com/samply/teiler-dashboard
- Owner: samply
- License: apache-2.0
- Created: 2022-08-01T11:06:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T12:23:18.000Z (about 1 month ago)
- Last Synced: 2025-04-09T13:24:23.414Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MyAngularTest
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0.
## 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`.
## Generate an embedded app
Run `python create-embedded-app.py [parameters]` to automatically perform all steps needed to integrate an embedded app into the Teiler-Dashboard.
There are 3 ways to specify the parameters:
- by using the CLI arguments (explained below)
- interactively during the runtime
- both combinedBy default, if a parameter is not specified in the CLI a prompt will be created during the runtime.
For required parameters this prompt repeats until an acceptable input is given.
This interactive mode can be turned off by using the `-i` argument, in which case parameters can only be given in the CLI.
- `-n `: The name of the embedded app (required).
- `-t `: The title of the embedded app (default: "").
- `-r `: Roles of the embedded app (default: PUBLIC, choices: PUBLIC, USER, ADMIN). Multiple arguments can be specified here. Example: `-r PUBLIC USER ADMIN`
- `-d `: Description of the embedded app (default: "").
- The app requires an icon, which can **either** be specified by the name of the icon class
- `-ic `: Icon class of the embedded app.or by the URL of the icon source
- `-is `: URL of the icon for the embedded app.
Exactly one of those must be specified. The other one will default to `undefined`.
- `-i`: Turns off the interactive mode.## 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](https://karma-runner.github.io).
## 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](https://angular.io/cli) page.
## Docker
docker build -t teiler-dashboard .
docker run teiler-dashboard -p 8085:80# Docker-compose
docker-compose build
docker-compose up# Deploy Development for default language
ng serve --configuration=development# For developers:
## Internationalization
`ng extract-i18n --output-path src/i18n --format=xlf2`
After that: Compare messages.en.xlf with the new messages.xlf: Update and add new entries## Configuration in IntelliJ
### Single SPA DE
Create npm config
command: run
scripts: start
arguments: -- --port 4200 --configuration=development### Single SPA EN
Create npm config
command: run
scripts: start
arguments: -- --port 4200 --configuration=en### Standalone DE
Create npm config
command: run
scripts: start
arguments: