Skip to content

Commit 5cb2647

Browse files
committed
chore(*): fix some more linting errors
1 parent 31a482b commit 5cb2647

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

+9
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
297297

298298
/**
299299
* Emitted after the current page is changed.
300+
*
300301
* @deprecated
301302
* @example
302303
* ```html
@@ -314,6 +315,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
314315

315316
/**
316317
* Emitted when `perPage` property value of the grid is changed.
318+
*
317319
* @deprecated
318320
* @example
319321
* ```html
@@ -677,6 +679,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
677679

678680
/**
679681
* Emitted after paging is performed.
682+
*
680683
* @deprecated
681684
* @remarks
682685
* Returns an object consisting of the previous and next pages.
@@ -1454,6 +1457,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
14541457

14551458
/**
14561459
* Gets/Sets the current page index.
1460+
*
14571461
* @deprecated
14581462
* @example
14591463
* ```html
@@ -4136,6 +4140,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
41364140

41374141
/**
41384142
* Gets the total number of pages.
4143+
*
41394144
* @deprecated
41404145
* @example
41414146
* ```typescript
@@ -4149,6 +4154,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
41494154

41504155
/**
41514156
* Gets if the current page is the first page.
4157+
*
41524158
* @deprecated
41534159
* @example
41544160
* ```typescript
@@ -4162,6 +4168,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
41624168

41634169
/**
41644170
* Goes to the next page, if the grid is not already at the last page.
4171+
*
41654172
* @deprecated
41664173
* @example
41674174
* ```typescript
@@ -4176,6 +4183,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
41764183

41774184
/**
41784185
* Goes to the previous page, if the grid is not already at the first page.
4186+
*
41794187
* @deprecated
41804188
* @example
41814189
* ```typescript
@@ -4216,6 +4224,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
42164224

42174225
/**
42184226
* Returns if the current page is the last page.
4227+
*
42194228
* @deprecated
42204229
* @example
42214230
* ```typescript

0 commit comments

Comments
 (0)