Add embeddable wallet balance page

This commit is contained in:
Mononaut
2024-02-16 02:30:51 +00:00
parent 7fb699a02b
commit 96a17f09a5
10 changed files with 380 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import { Component, Input, Inject, LOCALE_ID, ChangeDetectionStrategy } from '@a
export class TruncateComponent {
@Input() text: string;
@Input() link: any = null;
@Input() external: boolean = false;
@Input() lastChars: number = 4;
@Input() maxWidth: number = null;
@Input() inline: boolean = false;