multiselect WORKING! And added new interface in create-element
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
import { ICgSelect } from '../../interfaces/cg-select.interface';
|
||||
|
||||
export interface IcreateBreadCrumb {
|
||||
element: Element | null;
|
||||
option: ICgSelect;
|
||||
indexes: number[];
|
||||
selectedItems: string[];
|
||||
}
|
Reference in New Issue
Block a user