diff --git a/src/sortable/sortable.component.ts b/src/sortable/sortable.component.ts index 96c31bea9a..fbf882ee21 100644 --- a/src/sortable/sortable.component.ts +++ b/src/sortable/sortable.component.ts @@ -80,9 +80,9 @@ export class SortableComponent implements ControlValueAccessor { */ @Output() public onChange: EventEmitter = new EventEmitter(); - private _items: SortableItem[]; + public showPlaceholder: boolean = false; - private showPlaceholder: boolean = false; + private _items: SortableItem[]; private get items(): SortableItem[] { return this._items;