Use iframe webcomponent to allow more flexibility in terms of languages

This commit is contained in:
Gabor PEK
2018-03-12 16:48:15 +01:00
parent 97ed48b408
commit adff2c5e1b
7 changed files with 34 additions and 8 deletions

View File

@ -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';