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 @@ -98,7 +98,7 @@ export abstract class ComponentFactory<C> {
98
98
*/
99
99
abstract get componentType ( ) : Type < any > ;
100
100
/**
101
- * Selector for all < ng-content> elements in the component.
101
+ * Selector for all < ng-content> elements in the component.
102
102
*/
103
103
abstract get ngContentSelectors ( ) : string [ ] ;
104
104
/**
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ export interface ComponentMirror<C> {
127
127
*/
128
128
get outputs ( ) : ReadonlyArray < { readonly propName : string ; readonly templateName : string } > ;
129
129
/**
130
- * Selector for all < ng-content> elements in the component.
130
+ * Selector for all < ng-content> elements in the component.
131
131
*/
132
132
get ngContentSelectors ( ) : ReadonlyArray < string > ;
133
133
/**
You can’t perform that action at this time.
0 commit comments