Address tracking and notification sounds.

This commit is contained in:
softsimon
2020-02-26 04:29:57 +07:00
parent b45f5c31cd
commit 12c9b80a64
13 changed files with 110 additions and 25 deletions

View File

@@ -40,6 +40,7 @@ import { BlockchainBlocksComponent } from './components/blockchain-blocks/blockc
import { BlockchainComponent } from './components/blockchain/blockchain.component';
import { FooterComponent } from './components/footer/footer.component';
import { ExplorerComponent } from './components/explorer/explorer.component';
import { AudioService } from './services/audio.service';
@NgModule({
declarations: [
@@ -87,6 +88,7 @@ import { ExplorerComponent } from './components/explorer/explorer.component';
StateService,
WebsocketService,
VbytesPipe,
AudioService,
],
bootstrap: [AppComponent]
})