mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:21:31 +00:00
Show TerminalComponent
This commit is contained in:
parent
5846defd2c
commit
e2afb73913
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user