HashCode
Import Module#
The hash code component is styled for 64-bit design, and if the data given is less than or more than 64-bit, it may bring some differences in presentation.
Import Module#
module:
import { NzHashCodeModule } from 'ng-zorro-antd/hash-code';
standalone:
import { NzHashCodeComponent } from 'ng-zorro-antd/hash-code';
Examples
HashCode
dfb5
fe9e
f7b9
9b2b
1db1
0211
····
a068
Loading...
HashCode
dfb5
fe9e
f7b9
9b2b
1db1
0211
····
a068
Loading...
HashCode
dfb5
fe9e
f7b9
9b2b
1db1
0211
4a6d
7d44
5d99
2f40
a5d5
75f8
01c1
4899
0199
a068
HashCode
dfb5
fe9e
f7b9
9b2b
1db1
0211
4a6d
7d44
5d99
2f40
a5d5
75f8
01c1
4899
0199
a068
Loading...
HashCode
Antd
dfb5
fe9e
f7b9
9b2b
1db1
0211
····
a068
Loading...
HashCode
dfb5
fe9e
f7b9
9b2b
1db1
0211
····
a068
Loading...
dfb5fe9e
····
0199a068
dfb5fe9e
····
0199a068
Loading...
dfb5
fe9e
f7b9
9b2b
1db1
0211
4a6d
7d44
5d99
2f40
a5d5
75f8
01c1
4899
0199
a068
dfb5
fe9e
f7b9
9b2b
1db1
0211
4a6d
7d44
5d99
2f40
a5d5
75f8
01c1
4899
0199
a068
Loading...
API#
nz-hashCode#
Property | Description | Type | Default |
---|---|---|---|
[nzValue] | The value of the hash code | string | - |
[nzTitle] | Description of the content in the upper left corner | string | HashCode |
[nzLogo] | Display in the upper right corner | TemplateRef<void> | string | - |
[nzMode] | Demonstration Mode | single | double | strip | rect | double |
[nzType] | style | defalut | primary | primary |
(nzOnCopy) | Clicking the Copy callback | EventEmitter<string> | - |