-
官网英文的title翻译貌似有点问题,`based on`前边需要一个主语,建议:
A `front-end solution` based on Antd for web applications 或者 A `scaffold` based on Antd for web applications
![Screen Shot 2019-06-19 at 9 12 04 AM](https…
-
页面首次加载,异步查询
``` typscript
const pagination = this._elementRef.nativeElement.querySelector('nz-pagination');
```
在`loading`从`true`变为`false`之前`pagination` 是没有值的, 后续操作就会报错.
-
- "@antv/g2": "^3.2.7",
"@antv/g2-plugin-slider": "^2.0.4",
- "@angular/cli": "^6.1.3",
## 重现效果截图
![QQ截图20190509113953](https://user-images.githubusercontent.com/5820324/57425773-304f5880-…
-
目前用的是ng alain 1.3.0的版本,今天突然发现导出不能用了,console报错如下
![image](https://user-images.githubusercontent.com/13427513/54803581-0b0c8800-4cab-11e9-96e7-a8a0718c6cb1.png)
yyget updated
5 years ago
-
## What problem does this feature solve?
升级到1.1.1
![qq 20180705164027](https://user-images.githubusercontent.com/16211027/42312299-90c50630-8072-11e8-819e-0f82fc1b748d.png)
ng build --prod -…
JCqiu updated
5 years ago
-
1、在delon.module.ts中 设置 delonAuthConfig 中配置ignores:[... /register\//];
2、在register.component.ts 中使用HttpClient发送post请求,401并跳转login界面
已看过视频,并没有发现解决办法...
-
- ng-alain version: 7.3.2
- Angular version: 7.2.0
## 【必填项】重现链接,Reproduction link
![image](https://user-images.githubusercontent.com/20358088/57754831-f46e3480-7721-11e9-809e-8a0d9870fbaa.png)
…
-
- ng-alain version: 7.0.2
- Angular version: 7.3.6
## 【必填项】重现链接,Reproduction link
代码片断:
预期只显示导航条,不单独显示标题,实际结果如下图:
![image](https://user-images.githubusercontent.com/12179772/55781497-d982…
-
sf在源代码中通过`sf.getProperty('/single').setValue(false, true);`会出现一些异常的情况
1、使用完该代码后直接获取`sf.value`,发现value的值没有改变。
2、setValue的值没有触发formChange事件,正常来说只要表单的值发生变化,formChange就应该触发的。
下面是改的官方的测试代码
```javascrip…
-
@delon/form upload加入默认ui.remove方法移除该上传文件,如果自己有写就覆盖掉