import {
Component,
OnInit,
ViewEncapsulation,
AfterViewInit,
Injectable
} from '@angular/core';
import { Router } from '@angular/router';
import Web3 from 'web3';
import { DetailsService } from '../details.service';
import { GovBlocksMaster } from 'govblocksjs';
@Component({
selector: 'app-globals',
template: `
globals works!
`,
styles: []
})
@Injectable()
export class GlobalsComponent implements OnInit {
// public data;
router: any;
public static masterAbi: Array