File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
projects/igniteui-angular/src/lib/grids/hierarchical-grid Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -91,17 +91,9 @@ export class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective
91
91
@ContentChildren ( IgxColumnComponent , { read : IgxColumnComponent , descendants : false } )
92
92
public childColumns = new QueryList < IgxColumnComponent > ( ) ;
93
93
94
- /**
95
- * @hidden
96
- * @internal
97
- */
98
94
@ContentChild ( IgxGridToolbarDirective , { read : TemplateRef } )
99
95
protected toolbarDirectiveTemplate : TemplateRef < IgxGridToolbarTemplateContext > ;
100
96
101
- /**
102
- * @hidden
103
- * @internal
104
- */
105
97
@ContentChild ( IgxPaginatorDirective , { read : TemplateRef } )
106
98
protected paginatorDirectiveTemplate : TemplateRef < any > ;
107
99
@@ -129,7 +121,6 @@ export class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective
129
121
this . _paginatorTemplate = template ;
130
122
}
131
123
132
- /** @hidden @internal **/
133
124
@ContentChildren ( IgxActionStripToken , { read : IgxActionStripToken , descendants : false } )
134
125
protected actionStrips : QueryList < IgxActionStripToken > ;
135
126
@@ -140,7 +131,7 @@ export class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective
140
131
public layoutChange = new EventEmitter < any > ( ) ;
141
132
142
133
/**
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.
144
135
* ```html
145
136
* <igx-hierarchical-grid [data]="Data" [autoGenerate]="true">
146
137
* <igx-row-island [key]="'childData'" (gridCreated)="gridCreated($event)" #rowIsland>
You can’t perform that action at this time.
0 commit comments