Marc Scheib
Marc Scheib
**I'm submitting a feature request** Have you thought of introducing an interface for the Http- and Fetch-client which supports a minimal amount of methods (probably `fetch()` as this is the...
I am facing some issues on running this lib locally. Therefor, I wanted to enable debug logging. However, this is not possible because the level is only set to `warn`...
**I'm submitting a bug report** * **Library Version:** ^1.0.0-beta.3.0.1 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** 8.1.3 * **NPM Version:** 5.0.3 * **JSPM...
Add a settings type declaration for TS applications.
Add a configuration options which allows to specify whether to scroll to the notification container if a notification pops up. This is especially useful for forms which have the container...
# Problem I have a simple business process with two steps: 1. validate the input provided by the user 2. call a service with the user input If the validation...