Adding "mempool block" details. Work in progress!

This commit is contained in:
softsimon
2020-03-17 21:53:20 +07:00
parent 3e6f382c4d
commit 72658c19f6
18 changed files with 260 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ import { MasterPageComponent } from './components/master-page/master-page.compon
import { AboutComponent } from './components/about/about.component';
import { TelevisionComponent } from './components/television/television.component';
import { StatisticsComponent } from './components/statistics/statistics.component';
import { MempoolBlockComponent } from './components/mempool-block/mempool-block.component';
const routes: Routes = [
{
@@ -36,6 +37,11 @@ const routes: Routes = [
children: [],
component: BlockComponent
},
{
path: 'mempool-block/:id',
children: [],
component: MempoolBlockComponent
},
{
path: 'address/:id',
children: [],