File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export abstract class ComponentFactory<C> {
99
99
*/
100
100
abstract get componentType ( ) : Type < any > ;
101
101
/**
102
- * Selector for all < ng-content> elements in the component.
102
+ * Selector for all < ng-content> elements in the component.
103
103
*/
104
104
abstract get ngContentSelectors ( ) : string [ ] ;
105
105
/**
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ export interface ComponentMirror<C> {
134
134
*/
135
135
get outputs ( ) : ReadonlyArray < { readonly propName : string ; readonly templateName : string } > ;
136
136
/**
137
- * Selector for all < ng-content> elements in the component.
137
+ * Selector for all < ng-content> elements in the component.
138
138
*/
139
139
get ngContentSelectors ( ) : ReadonlyArray < string > ;
140
140
/**
You can’t perform that action at this time.
0 commit comments