Shanzhi Chen
Shanzhi Chen
## Version 6.0.0 ## Environment mac os monterey ## Reproduction link [https://stackblitz.com/edit/ng-zorro-antd-mobile ](https://stackblitz.com/edit/ng-zorro-antd-mobile ) ## Steps to reproduce N/A ## What is expected? NoticeBar的option属性拆分成独立属性。 比如option包含 scrolling, content, fontSize, mode等一大堆属性。 业务场景中,需要动态的修改content的值,此时我需要传整个option给NoticeBar,...
项目里只看到了值对象,实体的定义,却没有看到聚合根IAggregateRoot接口的定义。 为什么?
好像不支持angular项目?试了一下报错。 core.mjs:6485 ERROR Error: Uncaught (in promise): TypeError: Cannot read properties of null (reading 'append') TypeError: Cannot read properties of null (reading 'append') at Watermark. (index.js:350:23) at Generator.next () at...
There is a bug if I use inside ion-grid, All of pictures will be loaded in the first time. I have uploaded a demo project to the Github. https://github.com/Coder7777/ng-lazyload-image-bug
``` Index{{i}} Index{{i}} ``` whatever scroll, the image always only show the [defaultImage]
I tried to run it but got an alter. How to fix it? Please advise. Thanks
Whatever how long I wait, the update price action always stay at "IN PROGRESS" I can not get ResultFeedDocumentId ```c# ReportManager reportManager = new ReportManager(amazonConnection); var products = reportManager.GetProducts(); var...
const downloadProgress = (progress) => { console.log(`Downloaded ${progress.receivedBytes} of ${progress.totalBytes}`); } this.codePush.sync({}, downloadProgress).subscribe((syncStatus) => console.log(syncStatus)); downloadProgress function never be call
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
I refer to official documentation to implement the nested navigation. https://github.com/jonataslaw/getx/blob/master/documentation/en_US/route_management.md#nested-navigation For nested navigation, the GetX works fine. But the middleware will not take effect in nested navigation