@dbg-riskit/angular-testing
Version:
58 lines (49 loc) • 2.44 kB
Markdown



# risk-angular-common (Angular 13 and /material based library for RiskIT applications)
Used by:
- [dev/DAVe-UI](https://github.deutsche-boerse.de/dev/DAVe-UI)
- [dev/DAVe-MarginEstimator-UI](https://github.deutsche-boerse.de/dev/DAVe-MarginEstimator-UI)
- [dev/MDH-UI](https://github.deutsche-boerse.de/dev/MDH-UI)
- [RiskIT/openid-k8s-token-generator](https://github.deutsche-boerse.de/RiskIT/openid-k8s-token-generator)
## Packages
To use in your application add the following packages into your app:
```
-riskit/common - Common code and types
-riskit/angular-auth - JWT based auth module
-riskit/angular-common - Angular specific common code
-riskit/angular-datatable - Data table module
-riskit/angular-dbg-layout - Layout that contains all DBG fonts and logotypes (not available
in public NPM registry)
-riskit/angular-eurex-layout - Layout that contains all Eurex fonts and logotypes (not available
in public NPM registry)
-riskit/angular-dummy-layout - Layout without fonts and logotypes
-riskit/angular-error - Errors handling
-riskit/angular-file - Components for file upload/download
-riskit/angular-http - HTTP service implementation
-riskit/angular-graphql - GraphQL service implementation
-riskit/angular-logging - Logging service
-riskit/angular-login - Login components
-riskit/angular-polyfill - Module that includes all polyfills required to run Angular with
this library
-riskit/angular-testing - Testing utilities
-riskit/angular-view - Common view components
-riskit/graphql - Common GraphQL types
-riskit/graphql-codegen-plugin - GraphQL codegen generator plugin
```
## Usage
Tokens to be provided by application:
```
// For all other modules:
// -------------------------------------
// Date format string (eg. 'dd. MM. yyyy HH:mm:ss')
{
provide : DATE_FORMAT,
useValue: 'dd/MM/yyyy HH:mm'
}
// -------------------------------------
```
FIXME: Add full description. Maybe a skeleton project. PR is welcome ;)
## Contributing
Follow the guide [here](develop_guide.md).