Create dto settings
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 1.6k
- Fork
- 867
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Input settings is Object. Why not define a type? For example:
```
export interface SettingsNg2 {
mode: 'external'|'inline';
actions: {},
edit: {},
...
}
```
I think is the best solution for OOP.
https://github.com/akveo/ng2-smart-table/blob/master/projects/ng2-smart-table/src/lib/ng2-smart-table.component.ts
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.