ng-zorro-antd icon indicating copy to clipboard operation
ng-zorro-antd copied to clipboard

Angular UI Component Library based on Ant Design

Results 522 ng-zorro-antd issues
Sort by recently updated
recently updated
newest added

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...

PR: unreviewed

MILESTONE: June > We need to implement features that are supported by `ant-design` but not supported by `ng-zorro-antd`, so we plan to carry out relevant synchronization work in May and...

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been...

Component: DatePicker
PR: unreviewed

## What problem does this feature solve? How can I make it so it doesn't called on init because my table don't populate on init, user has to fill some...

Component: Table

### Reproduction link [https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/steps/step.component.ts#L186](https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/steps/step.component.ts#L186) ### Steps to reproduce 当前活跃的步骤,点击事件无效,被过滤掉了。重现链接指向的代码可见 ### What is expected? 至少在使用导航模式时,应当响应点击事件,以便做一些响应处理。 ### What is actually happening? 现在活跃的步骤被拦截掉了。 | Environment | Info | |---|---| | ng-zorro-antd | 13.2.2...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...

PR: unreviewed

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...

PR: unreviewed

## What problem does this feature solve? custom nz-transfer header ## What does the proposed API look like? --

Component: Transfer

### Reproduction link [https://stackblitz.com/edit/ng-zorro-antd-ivy-xhqw28?file=src/app/app.component.ts](https://stackblitz.com/edit/ng-zorro-antd-ivy-xhqw28?file=src/app/app.component.ts) ### Steps to reproduce 打开stackblitz 链接 上传本地图片 点击图片进行放大 图片无法加载,并且是unsafe:blob (代码里已经处理了) ### What is expected? 图片可以正常点击放大 加载成功 ### What is actually happening? 点击放大后 加载失败 | Environment |...

Component: Image

### Reproduction link [https://stackblitz.com/edit/angular-efscyy?file=src%2Fapp%2Fapp.component.ts](https://stackblitz.com/edit/angular-efscyy?file=src%2Fapp%2Fapp.component.ts) ### Steps to reproduce Select value1 on first dropdown Select value2 on second dropdown Select value3 on third dropdown Expand first dropdown - it shows value1,...