Adding fee estimation component to front page

fixes #98
This commit is contained in:
softsimon
2020-07-29 15:16:09 +07:00
parent 4c5ff7714e
commit 9e0097e7b6
5 changed files with 70 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ import { StatusViewComponent } from './components/status-view/status-view.compon
import { MinerComponent } from './components/miner/miner.component';
import { SharedModule } from './shared/shared.module';
import { NgbTypeaheadModule } from '@ng-bootstrap/ng-bootstrap';
import { FeesBoxComponent } from './components/fees-box/fees-box.component';
@NgModule({
declarations: [
@@ -70,6 +71,7 @@ import { NgbTypeaheadModule } from '@ng-bootstrap/ng-bootstrap';
AssetsComponent,
MinerComponent,
StatusViewComponent,
FeesBoxComponent,
],
imports: [
BrowserModule,