File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
projects/igniteui-angular/src/lib/paginator Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import { IgxSelectModule } from '../select/index';
77import { IgxIconModule } from '../icon/index' ;
88import { IgxButtonModule } from '../directives/button/button.directive' ;
99import { IgxRippleModule } from '../directives/ripple/ripple.directive' ;
10- import { DeprecateProperty } from '../core/deprecateDecorators' ;
1110
1211@Component ( {
1312 selector : 'igx-paginator' ,
@@ -169,16 +168,6 @@ export class IgxPaginatorComponent extends DisplayDensityBase {
169168 @Input ( )
170169 public selectLabel = CurrentResourceStrings . PaginatorResStrings . igx_paginator_label ;
171170
172- /**
173- * @deprecated Use 'resourceStrings' instead.
174- * An @Input property, sets a preposition between the current page and total pages.
175- * The default is 'of' localized string.
176- * @memberof IgxPaginatorComponent
177- */
178- @DeprecateProperty ( `'prepositionPage' property is deprecated. Use 'resourceStrings' instead.` )
179- @Input ( )
180- public prepositionPage = CurrentResourceStrings . PaginatorResStrings . igx_paginator_pager_text ;
181-
182171 /**
183172 * Emitted when `perPage` property value of the paginator is changed.
184173 * @example
You can’t perform that action at this time.
0 commit comments