mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-12 02:46:23 +00:00
Extract demo page to 'dashboard' component
This commit is contained in:
@ -7,6 +7,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 { MarkdownService } from './markdown.service';
|
||||
@ -16,6 +17,7 @@ import { MessagesComponent } from './messages/messages.component';
|
||||
import { WebSocketService } from './websocket.service';
|
||||
import { TerminalComponent } from './terminal/terminal.component';
|
||||
import { FSMUpdateService } from './fsmupdate.service';
|
||||
import { AppRoutingModule } from './app-routing.module';
|
||||
|
||||
|
||||
@NgModule({
|
||||
@ -25,7 +27,8 @@ import { FSMUpdateService } from './fsmupdate.service';
|
||||
LoginComponent,
|
||||
WebideComponent,
|
||||
MessagesComponent,
|
||||
TerminalComponent
|
||||
TerminalComponent,
|
||||
DashboardComponent
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
@ -33,6 +36,7 @@ import { FSMUpdateService } from './fsmupdate.service';
|
||||
HttpClientModule,
|
||||
NgbModule.forRoot(),
|
||||
AceEditorModule,
|
||||
AppRoutingModule,
|
||||
],
|
||||
providers: [
|
||||
MarkdownService,
|
||||
|
Reference in New Issue
Block a user