Skip to content

Commit 5382a67

Browse files
authored
docs(row-island): clean redundant hidden on protected members, typo (#13984)
1 parent 72188e9 commit 5382a67

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,9 @@ export class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective
9191
@ContentChildren(IgxColumnComponent, { read: IgxColumnComponent, descendants: false })
9292
public childColumns = new QueryList<IgxColumnComponent>();
9393

94-
/**
95-
* @hidden
96-
* @internal
97-
*/
9894
@ContentChild(IgxGridToolbarDirective, { read: TemplateRef })
9995
protected toolbarDirectiveTemplate: TemplateRef<IgxGridToolbarTemplateContext>;
10096

101-
/**
102-
* @hidden
103-
* @internal
104-
*/
10597
@ContentChild(IgxPaginatorDirective, { read: TemplateRef })
10698
protected paginatorDirectiveTemplate: TemplateRef<any>;
10799

@@ -129,7 +121,6 @@ export class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective
129121
this._paginatorTemplate = template;
130122
}
131123

132-
/** @hidden @internal **/
133124
@ContentChildren(IgxActionStripToken, { read: IgxActionStripToken, descendants: false })
134125
protected actionStrips: QueryList<IgxActionStripToken>;
135126

@@ -140,7 +131,7 @@ export class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective
140131
public layoutChange = new EventEmitter<any>();
141132

142133
/**
143-
* Event emmited when a grid is being created based on this row island.
134+
* Event emitted when a grid is being created based on this row island.
144135
* ```html
145136
* <igx-hierarchical-grid [data]="Data" [autoGenerate]="true">
146137
* <igx-row-island [key]="'childData'" (gridCreated)="gridCreated($event)" #rowIsland>

0 commit comments

Comments
 (0)