We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a service in order to submit question to Katie (ukatie.com configured inside proxy.conf.json) and display answer below input field.
The service is to be called from within the ask-question component
https://github.com/wyona/katie-4-faq/tree/angular-client/clients/katie4faq-angular/src/app/ask-question
BDD Scenario:
GIVEN I am on the homepage http://localhost:4200/ WHEN I enter a question such as for example "What time is it?" and hit the return/enter button THEN the answer to my question will be displayed below the input field (see for example https://ukatie.com/#/ask?q=What%20time%20is%20it%3F&ts=1626107391726)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implement a service in order to submit question to Katie (ukatie.com configured inside proxy.conf.json) and display answer below input field.
The service is to be called from within the ask-question component
https://github.com/wyona/katie-4-faq/tree/angular-client/clients/katie4faq-angular/src/app/ask-question
BDD Scenario:
GIVEN I am on the homepage http://localhost:4200/
WHEN I enter a question such as for example "What time is it?" and hit the return/enter button
THEN the answer to my question will be displayed below the input field (see for example https://ukatie.com/#/ask?q=What%20time%20is%20it%3F&ts=1626107391726)
The text was updated successfully, but these errors were encountered: