-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Sample: Host Web Chat with Angular5 #1423
Comments
Notes from @compulim:
@omarsourour Does having the sample hosted with the other samples work with you? |
Hey Corina!
Yes it does. Please make sure that this being for Angular 5 (and probably down to Angular 2) is highlighted. Angular 6 uses RxJS 6, which breaks with this WebChat sample unless other considerations are taken into place.
If you require a sample for Angular 6, I can also work on providing that 😊
Thanks!
Omar Sourour
[edited by @corinagum to remove email headers]
|
Thanks Omar! The goal is to have this sample available for 4.3. |
Any updates? |
[Edit] Hey @Dongata, I had an offline conversation with omarsourour and it looks like he is in the process of making this sample. :) Please keep an eye out! |
@omarsourour @compulim We need to discuss with @cwhitten if this patch would be included in a 4.2.1 release or 4.3. Depending on our decision, this may affect the availability of this sample. |
@corinagum Thank you for your help. I can wait right now, we have sorted some things with the cdn version, and even if it's not a production ready thing, it's a good enough for a simple demo. |
I updated the Angular WebChat Example repo here. However it is dependent on the next release of WebChat that would contain the fix in #1686. @corinagum Please confirm if anything else is needed. If not, please go ahead and close this issue. |
@omarsourour we'd love it if you can do a PR of the Sample into the Web Chat repo! Could you file it under |
Sure thing @corinagum, will do. Do you want that out when the mime code fix is merged? |
That would be great! :) Thanks so much for the help @omarsourour |
This is done? Can i refer a sample? |
Hey @bhavya-dhingra, sorry this is not available yet. We had complications a few weeks ago omarsourour and I need to re-sync. @omarsourour, the mime code fix is merged in and available in |
Hey @corinagum , thanks for the update. Can we expect this anytime soon? Since I have a angular 6 application in which chatbot has to be integrated. |
@bhavya-dhingra unfortunately I can't give you any timelines since this is a sample omarsourour is working on, but this is the tracking issue so please keep on eye out here! :) |
@bhavya-dhingra I will have this ready by tomorrow, and sync with @corinagum. If all goes well, it should be ready by this Wednesday. @bhavya-dhingra In the meantime, please check this repository. It has a working sample of web chat ported onto an Angular 5 application. |
I was waiting for this but I completed this is in angular(Ionic) with directlinejs API and custom UI.But would love to see a sample of web chat in angular. |
Thanks @omarsourour. Please let me know once angular-6 sample can be referred :) |
Will it work on ionic 4? |
Yes but you will have to have your custom UI ready and use the directline API to send http request for posting/polling activities. |
@omarsourour, let's coordinate to make sure we are on the same page for how to implement this sample.
The text was updated successfully, but these errors were encountered: