Finishes wallet summary

Restyles settings and wallet pages
This commit is contained in:
gloriousCode
2017-10-16 21:31:51 +11:00
parent ffd3e05ca9
commit 2ccefb5b70
6 changed files with 202 additions and 169 deletions

View File

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