Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.52 KB

index.en-US.md

File metadata and controls

39 lines (29 loc) · 1.52 KB
category type title tag cover
Components
Featured Components
HashCode
17.0.0

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';

API

nz-hashCode:standalone

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> -