コミットを比較
	
		
			2 コミット 
		
	
	
		
			96b9eac4f7
			...
			d7d04929d5
		
	
	| 作成者 | SHA1 | 日付 | 
|---|---|---|
|  | d7d04929d5 | |
|  | 15fd272ce3 | 
|  | @ -25,10 +25,12 @@ export class AppGateway | |||
| 
 | ||||
|   constructor(private appService: AppService) {} | ||||
| 
 | ||||
|   // eslint-disable-next-line @typescript-eslint/no-unused-vars
 | ||||
|   afterInit(server: Server) { | ||||
|     this.logger.log('Initialized...'); | ||||
|   } | ||||
| 
 | ||||
|   // eslint-disable-next-line @typescript-eslint/no-explicit-any,@typescript-eslint/no-unused-vars
 | ||||
|   handleConnection(client: Socket, ...args: any[]) { | ||||
|     this.logger.log(`Client connected: ${client.id}`); | ||||
|     client.emit(MESSAGE_TO_CLIENT, this.appService.getMessages()); | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| import { Component } from '@angular/core'; | ||||
| import { MessagesService } from './messages.service'; | ||||
| import { Observable } from 'rxjs'; | ||||
| import { map, tap } from 'rxjs/operators'; | ||||
| import { map } from 'rxjs/operators'; | ||||
| import { Message } from '@chat-room/api-interfaces'; | ||||
| 
 | ||||
| @Component({ | ||||
|  |  | |||
		読み込み中…
	
		新しいイシューから参照