Add some color and styling to the Bitcoin ASM opcodes

Fixes #164
This commit is contained in:
wiz
2020-11-21 04:47:39 +09:00
parent 9f9c0b1114
commit 9e83fdc9f2
5 changed files with 370 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ import { VbytesPipe } from './pipes/bytes-pipe/vbytes.pipe';
import { ShortenStringPipe } from './pipes/shorten-string-pipe/shorten-string.pipe';
import { CeilPipe } from './pipes/math-ceil/math-ceil.pipe';
import { Hex2asciiPipe } from './pipes/hex2ascii/hex2ascii.pipe';
import { AsmStylerPipe } from './pipes/asm-styler/asm-styler.pipe';
import { RelativeUrlPipe } from './pipes/relative-url/relative-url.pipe';
import { ScriptpubkeyTypePipe } from './pipes/scriptpubkey-type-pipe/scriptpubkey-type.pipe';
import { BytesPipe } from './pipes/bytes-pipe/bytes.pipe';
@@ -28,6 +29,7 @@ import { ReactiveFormsModule } from '@angular/forms';
ScriptpubkeyTypePipe,
RelativeUrlPipe,
Hex2asciiPipe,
AsmStylerPipe,
BytesPipe,
VbytesPipe,
WuBytesPipe,
@@ -63,6 +65,7 @@ import { ReactiveFormsModule } from '@angular/forms';
ScriptpubkeyTypePipe,
RelativeUrlPipe,
Hex2asciiPipe,
AsmStylerPipe,
BytesPipe,
VbytesPipe,
WuBytesPipe,