@thescaffold/chat-angular
v0.2.0
Published
Angular component + service for X Chat
Readme
@thescaffold/chat-angular
Angular wrapper for X Chat. Ships:
ChatService— injectable wrapping@thescaffold/chat-core'sChatClientwith RxJS surfaces (messages(roomId),identity(),connectionState(), …).<x-chat-room>— a standalone, OnPush component that renders a room.provideChat(config)/ChatModule.forRoot(config)— DI helpers.
bootstrapApplication(AppComponent, {
providers: provideChat({
url: 'wss://chat.example.com/ws/chat',
token: jwtFromYourAuth,
historyBase: '/v1/chat',
}),
});Built with ng-packagr (FESM2022 output, typings under dist/types/).
