-
## What problem does this feature solve?
现有的logo只能通过配置url来实现,这限制了logo这个地方只能放置图片、且必须存在链接。我的项目场景有需要做以下几件事情:
1. 我的logo只是文本,不需要图片;
2. 我的logo区域除了“logo”自己还想放置其他内容,比如版本号(能点击、能挂badge),这些内容都希望紧邻logo、且在“菜单展开…
ymind updated
2 years ago
-
### Reproduction link
使用同样的page-header,得到不同的结果。
```
新建
```
![image](https://user-images.githubusercontent.com/2936579/160209041-243d29e5-dbb4-42ca-ae4c-52df63560c13.png)
![imag…
-
## What problem does this feature solve?
比如前面提到的一个cli生成list的bug,delon已经完成修复,但是未发布版本,就一直不能使用这个功能。
一些比较小挂件之类的可以临时自定义一个替换使用,但是像cli这种基础功能,基本没有办法处理。
## What does the proposed API look like?
修正bug可发布个…
-
## What problem does this feature solve?
1. better display for tag-select making it display like a primary button
## What does the proposed API look like?
Before:
![image](https://user-images.gi…
-
### Reproduction link
[https://ng-alain.com/cli/generate/en](https://ng-alain.com/cli/generate/en)
### Steps to reproduce
Run:
ng g ng-alain:view view -m=sys -t=log
### What is expected?
Gen…
HsinM updated
2 years ago
-
## What problem does this feature solve?
https://stackblitz.com/edit/ng-alain-setup-ja9fr8?file=src%2Fapp%2Fapp.component.ts
在这个例子中,我写了个指令挂到了sf上,这个指令目的是对sf做一些通用性的操作,在后台增删改查的场景下,表单的很多操作都是重复的一致的有规律的。
…
-
## What problem does this feature solve?
Currently I am unable to add language prefix in the URL. When I change language from dropdown the language is changed in page but url does not load with prefi…
-
## What problem does this feature solve?
操作列能够固定宽度,增加操作体验
场景:单据列表,不同的状态 操作的按钮数量不一样
ID 状态 操作
1 草稿 编辑 删除 审核 择日审核
2 审核 …
-
### Reproduction link
[https://stackblitz.com/edit/angular-mwawa5-p59jc6?file=src/app/app.component.ts](https://stackblitz.com/edit/angular-mwawa5-p59jc6?file=src/app/app.component.ts)
### Steps t…
zds-d updated
2 years ago
-
## What problem does this feature solve?
最近使用以下命令初始化项目时,出现了代码无法提交,并强制回滚的情况。
具体情形如下:
```bash
# 使用angular脚手架命令初始化空项目
ng new demo --style less --routing --package-manager yarn
# 安装ng-alain包
cd d…