ng-devui icon indicating copy to clipboard operation
ng-devui copied to clipboard

Angular UI Component Library based on DevUI Design

Results 134 ng-devui issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/22633115/153387350-2d0ef2f8-e7de-4343-8a26-9e62355e1c72.png)

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

Dashboard 仪表盘中的更多设置拖动添加卡片,拖向Demo里时所有的widget卡片会堆积再一起产生bug。导致Demo不可用,所有的widget不可使用。

在很多应用场景均使用到列表功能,列表作为一个系统的基础组件,用于包装和格式化一系列条目,建议提供一个DevUI List 组件 i.e: https://material.angular.cn/components/list/overview

feature requested

Tree和DataTable组件的树加载可以通过指定id和pid实现自动装配

**Describe the bug** 如下图红色框圈出来的,向左的箭头那个图标命名与向右的不对应: ![image](https://user-images.githubusercontent.com/9566362/147919311-8e0078c7-f397-4b3c-9907-d58bbd92c22c.png) **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior**...

**Describe the bug** DevUI d-operable-tree addNode cause [NG0100](https://angular.io/errors/NG0100) error in development mode to suppress it, I need to: 1. add `private cd: ChangeDetectorRef` to my component class 2. call this.cd.detectChanges()...

在afterViewInit钩子里面用treeFactory操作tree节点的选中等等,不会触发tree的相应事件,当我使用tree组件的selectNode方法时,报下面错误: ![image](https://user-images.githubusercontent.com/64421424/131777732-b6d3a315-5612-42ac-83ea-3b50f4e86eba.png)