mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-12 03:46:23 +00:00
Add barebones console option
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user