- Please search through existing issues to see if a previous bug hasn't already been reported and / or fixed to avoid duplication.
- Submit a bug report type issue
- Complete all required sections in the bug report template
- Please search through existing issues to see if a previous feature hasn't already been requested and / or added to avoid duplication.
- Submit a feature request type issue
- Complete all required sections in the feature request template
This project was generated with Angular CLI
Run npm install
to install the required dependencies.
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.
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
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
Please follow these basic steps to simplify pull request reviews.
- Please rebase your branch against the latest main branch.
- Run the
npm install
command to make sure your dependencies are up-to-date. - Please ensure the test suite passes before submitting a PR.
- If you've added new functionality, please include tests which validate its behavior.
- Please make reference to possible issues on PR.
Questions and requests for support should not be opened as issues and should be handled in the following ways:
- Start a new Q&A Discussion on GitHub.