Update page Title for SEO.

This commit is contained in:
softsimon
2020-03-24 00:52:08 +07:00
parent 93c5f0bd84
commit 2628dc1271
11 changed files with 53 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ import { FiatComponent } from './fiat/fiat.component';
import { MempoolBlockComponent } from './components/mempool-block/mempool-block.component';
import { FeeDistributionGraphComponent } from './components/fee-distribution-graph/fee-distribution-graph.component';
import { TimespanComponent } from './components/timespan/timespan.component';
import { SeoService } from './services/seo.service';
@NgModule({
declarations: [
@@ -93,6 +94,7 @@ import { TimespanComponent } from './components/timespan/timespan.component';
WebsocketService,
VbytesPipe,
AudioService,
SeoService,
],
bootstrap: [AppComponent]
})