Skip to content

Commit

Permalink
docs(igx-grid): hide custom strategy #2908
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Dec 7, 2018
1 parent 5f71cbf commit c33484b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/igniteui-angular/src/lib/grids/grid.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,16 @@ export class IgxDecimalPipeComponent extends DecimalPipe implements PipeTransfor
}
}

/**
* @hidden
*/
export interface ContainerPositionSettings extends PositionSettings {
container?: HTMLElement;
}

/**
* @hidden
*/
export class ContainerPositioningStrategy extends ConnectedPositioningStrategy {
isTop = false;
isTopInitialPosition = null;
Expand Down

0 comments on commit c33484b

Please sign in to comment.