mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-10-31 19:12:55 +00:00 
			
		
		
		
	Show TerminalComponent
This commit is contained in:
		| @@ -10,4 +10,7 @@ | ||||
|     <div class="col-sm"><app-test-button [anchor_id]="'anchor_b'"></app-test-button></div> | ||||
|     <div class="col-sm"><app-test-button [anchor_id]="'anchor_c'"></app-test-button></div> | ||||
|   </div--> | ||||
|   <div class="row"> | ||||
|     <div class="col-sm"><app-terminal></app-terminal></div> | ||||
|   </div> | ||||
| </div> | ||||
|   | ||||
| @@ -15,6 +15,7 @@ import { WebideComponent } from './webide/webide.component'; | ||||
| import { LogsComponent } from './logs/logs.component'; | ||||
| import { TestButtonComponent } from './test-button/test-button.component'; | ||||
| import { WebSocketService } from './websocket.service'; | ||||
| import { TerminalComponent } from './terminal/terminal.component'; | ||||
|  | ||||
|  | ||||
| @NgModule({ | ||||
| @@ -24,7 +25,8 @@ import { WebSocketService } from './websocket.service'; | ||||
|     LoginComponent, | ||||
|     WebideComponent, | ||||
|     LogsComponent, | ||||
|     TestButtonComponent | ||||
|     TestButtonComponent, | ||||
|     TerminalComponent | ||||
|   ], | ||||
|   imports: [ | ||||
|     BrowserModule, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user