New base code for mempool blockchain explorerer

This commit is contained in:
Simon Lindh
2020-02-16 22:15:07 +07:00
committed by wiz
parent ca40fc7045
commit ac95c09ea6
204 changed files with 6959 additions and 14341 deletions

View File

@@ -1,8 +0,0 @@
import { Pipe, PipeTransform } from '@angular/core';
@Pipe({ name: 'ceil' })
export class CeilPipe implements PipeTransform {
transform(nr: number) {
return Math.ceil(nr);
}
}