New base code for mempool blockchain explorerer
This commit is contained in:
10
frontend/src/app/components/start/start.component.ts
Normal file
10
frontend/src/app/components/start/start.component.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-start',
|
||||
templateUrl: './start.component.html',
|
||||
styleUrls: ['./start.component.scss']
|
||||
})
|
||||
export class StartComponent {
|
||||
view: 'blocks' | 'transactions' = 'blocks';
|
||||
}
|
||||
Reference in New Issue
Block a user