mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-12 03:06:23 +00:00
Use iframe webcomponent to allow more flexibility in terms of languages
This commit is contained in:
@ -9,7 +9,7 @@ import {AceEditorModule} from 'ng2-ace-editor';
|
||||
import {AppComponent} from './app.component';
|
||||
import {DashboardComponent} from './dashboard/dashboard.component';
|
||||
import {HeaderComponent} from './header/header.component';
|
||||
import {LoginComponent} from './login/login.component';
|
||||
import {LoginComponent} from './web/web.component';
|
||||
import {MarkdownService} from './services/markdown.service';
|
||||
import {TerminadoService} from './services/terminado.service';
|
||||
import {WebideComponent} from './webide/webide.component';
|
||||
|
Reference in New Issue
Block a user