mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 02:02:54 +00:00 
			
		
		
		
	Remove unused title attribute from AppComponent
This commit is contained in:
		@@ -8,8 +8,6 @@ import { FSMUpdateService } from './fsmupdate.service';
 | 
				
			|||||||
  styleUrls: ['./app.component.scss']
 | 
					  styleUrls: ['./app.component.scss']
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
export class AppComponent implements OnInit {
 | 
					export class AppComponent implements OnInit {
 | 
				
			||||||
  title = 'app';
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  constructor(private webSocketService: WebSocketService, private fsmUpdateService: FSMUpdateService) {}
 | 
					  constructor(private webSocketService: WebSocketService, private fsmUpdateService: FSMUpdateService) {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ngOnInit() {
 | 
					  ngOnInit() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user