Add barebones console option

This commit is contained in:
Kristóf Tóth
2018-05-25 13:33:37 +02:00
parent 58cc7d1889
commit 8fb0fc7cfc
7 changed files with 32 additions and 2 deletions

View File

@ -26,6 +26,7 @@ import { AppRoutingModule } from './app-routing.module';
import { TestmessengerComponent } from './testmessenger/testmessenger.component';
import { DeploymentNotificationService } from './services/deployment-notification.service';
import { SafePipe } from './pipes/safe.pipe';
import { ConsoleComponent } from './console/console.component';
@NgModule({
@ -39,7 +40,8 @@ import { SafePipe } from './pipes/safe.pipe';
TerminalComponent,
DashboardComponent,
TestmessengerComponent,
SafePipe
SafePipe,
ConsoleComponent
],
imports: [
BrowserModule,