Skip to content

Commit 8c12f6b

Browse files
committed
chore(pivot): revert removed @output
1 parent c340f3d commit 8c12f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-data-selector.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ export class IgxPivotDataSelectorComponent {
107107
@Input({ transform: booleanAttribute })
108108
public columnsExpanded = true;
109109

110-
/**
111110
/**
112111
* Emitted when the columns panel is expanded or collapsed.
113112
*
@@ -210,6 +209,7 @@ export class IgxPivotDataSelectorComponent {
210209
* (valuesExpandedChange)="valuesExpandedChange($event)"></igx-pivot-data-selector>
211210
* ```
212211
*/
212+
@Output()
213213
public valuesExpandedChange = new EventEmitter<boolean>();
214214

215215
private _grid: PivotGridType;

0 commit comments

Comments
 (0)