Introduce Angular Chat Component with SSE integration for real-time updates.
This commit is contained in:
@@ -198,6 +198,10 @@ export const routes: Routes = [
|
||||
path: 'community',
|
||||
loadComponent: () => import('./pages/altitude/community/community.component').then(m => m.CommunityComponent)
|
||||
},
|
||||
{
|
||||
path: 'chat',
|
||||
loadComponent: () => import('./pages/altitude/chat/chat.component').then(m => m.ChatComponent)
|
||||
},
|
||||
{
|
||||
path: 'nicknames',
|
||||
loadComponent: () => import('./pages/reference/nicknames/nicknames.component').then(m => m.NicknamesComponent)
|
||||
|
||||
Reference in New Issue
Block a user