Add sidebar component that is ready to be designed and instrumented

This commit is contained in:
Gabor PEK
2018-04-20 09:19:42 +02:00
committed by Kristóf Tóth
parent 97d1a58fbf
commit b460c429e6
13 changed files with 169 additions and 68 deletions

View File

@ -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,