ng-devui
ng-devui copied to clipboard
Angular UI Component Library based on DevUI Design

**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
Tree和DataTable组件的树加载可以通过指定id和pid实现自动装配
**Describe the bug** 如下图红色框圈出来的,向左的箭头那个图标命名与向右的不对应:  **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方法时,报下面错误: 