Skip to content

Commit d31669f

Browse files
MKirovaMayaKirova
authored andcommitted
chore(*): Fix lint.
1 parent d08bad3 commit d31669f

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
10091009
}
10101010

10111011
/**
1012-
* Gets/Sets a unique values strategy used by the Excel Style Filtering
1012+
* Gets/Sets a unique values strategy used by the Excel Style Filtering
10131013
* @remarks
10141014
* Provides a callback for loading unique column values on demand.
10151015
* If this property is provided, the unique values it generates will be used by the Excel Style Filtering.
@@ -1025,7 +1025,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
10251025
done: (values: any[]) => void) => void;
10261026

10271027
/**
1028-
* Emitted when `IgxGridCellComponent` is clicked.
1028+
* Emitted when `IgxGridCellComponent` is clicked.
10291029
* @remarks
10301030
* Returns the `IgxGridCellComponent`.
10311031
* @example
@@ -1187,7 +1187,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
11871187

11881188
/**
11891189
* Emitted when sorting is performed through the UI.
1190-
* @remarks
1190+
* @remarks
11911191
* Returns the sorting expression.
11921192
* @example
11931193
* ```html
@@ -1275,7 +1275,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
12751275
public onColumnResized = new EventEmitter<IColumnResizeEventArgs>();
12761276

12771277
/**
1278-
* Emitted when a cell is right clicked.
1278+
* Emitted when a cell is right clicked.
12791279
* @remarks
12801280
* Returns the `IgxGridCellComponent` object.
12811281
* ```html
@@ -1313,7 +1313,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
13131313
public onColumnVisibilityChanged = new EventEmitter<IColumnVisibilityChangedEventArgs>();
13141314

13151315
/**
1316-
* Emitted when column moving starts.
1316+
* Emitted when column moving starts.
13171317
* @remarks
13181318
* Returns the moved `IgxColumnComponent` object.
13191319
* @example
@@ -2344,7 +2344,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
23442344

23452345
/**
23462346
* Emitted when making a range selection.
2347-
* @remarks
2347+
* @remarks
23482348
* Range selection can be made either through drag selection or through keyboard selection.
23492349
*/
23502350
@Output()
@@ -3079,7 +3079,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
30793079
}
30803080

30813081
/**
3082-
* Expands the row by its id.
3082+
* Expands the row by its id.
30833083
* @remarks
30843084
* ID is either the primaryKey value or the data record instance.
30853085
* @example
@@ -3108,7 +3108,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
31083108

31093109

31103110
/**
3111-
* Toggles the row by its id.
3111+
* Toggles the row by its id.
31123112
* @remarks
31133113
* ID is either the primaryKey value or the data record instance.
31143114
* @example

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export interface IGroupingDoneEventArgs extends IBaseEventArgs {
3939

4040
/**
4141
* Grid provides a way to present and manipulate tabular data.
42-
*
4342
*@igxModule IgxGridModule
4443
*@igxGroup Grids & Lists
4544
*@igxKeywords grid, table

0 commit comments

Comments
 (0)