Adds a sidebar with navigation aww yeah

This commit is contained in:
GloriousCode
2017-10-06 20:09:21 +11:00
parent 790130927e
commit bc73c506e1
9 changed files with 35 additions and 21 deletions

View File

@@ -20,6 +20,7 @@ import {
MdGridListModule,
MdProgressSpinnerModule,
MdSidenavModule,
MdListModule,
} from '@angular/material';
@@ -73,6 +74,7 @@ import * as Rx from 'rxjs/Rx';
MdGridListModule,
MdProgressSpinnerModule,
MdSidenavModule,
MdListModule,
],
providers: [ElectronService,WebsocketService,WebsocketHandlerService, SidebarService],
bootstrap: [AppComponent]