Chat
Adding Chat page in your project
import { ChatComponent} from './chat/chat.component';import { ChatComponent } from './chat/chat.component';{ path: 'chat', component: ChatComponent }
Last updated
Was this helpful?