Skip to content

wip(angular): create Angular wrapper SDK and an example for it #22

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

Merged
merged 11 commits into from
Mar 24, 2025

Conversation

KevinGrafstrom
Copy link
Collaborator

The chat-ui is rendered server side in Phoenix. Therefore, using it in a webpage requires sending a request to the Phoenix app. To make this easier, the Angular wrapper SDK is an Angular component which automatically handles the request to the Phoenix app. This way, it can simply be added to a webpage without needing to understand how to communicate with the Phoenix app. This code contains the wrapper component and an example to show how it is used.

Copy link
Member

@aerovulpe aerovulpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @KevinGrafstrom! I left a few comments before this is ready to merge.

@aerovulpe aerovulpe merged commit 7ad22c1 into main Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants