Beginnings of the wallet summary

Changes width of menu to be smaller
This commit is contained in:
GloriousCode
2017-10-16 17:47:01 +11:00
parent a36f5cc13e
commit ffd3e05ca9
12 changed files with 143 additions and 76 deletions

View File

@@ -21,6 +21,7 @@ import {
MatProgressSpinnerModule,
MatSidenavModule,
MatListModule,
MatSortModule
} from '@angular/material';
@@ -80,6 +81,7 @@ import * as Rx from 'rxjs/Rx';
MatProgressSpinnerModule,
MatSidenavModule,
MatListModule,
MatSortModule,
],
providers: [ElectronService,WebsocketService,WebsocketHandlerService, SidebarService],
bootstrap: [AppComponent]