mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-12 04:46:23 +00:00
Add sidebar component that is ready to be designed and instrumented
This commit is contained in:
@ -9,6 +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 { SidebarComponent } from './sidebar/sidebar.component';
|
||||
import { LoginComponent } from './web/web.component';
|
||||
import { MarkdownService } from './services/markdown.service';
|
||||
import { TerminadoService } from './services/terminado.service';
|
||||
@ -27,6 +28,7 @@ import { DeploymentNotificationService } from './services/deployment-notificatio
|
||||
declarations: [
|
||||
AppComponent,
|
||||
HeaderComponent,
|
||||
SidebarComponent,
|
||||
LoginComponent,
|
||||
WebideComponent,
|
||||
MessagesComponent,
|
||||
|
Reference in New Issue
Block a user