Skip to content

Commit 37f3aa3

Browse files
committed
fix(adev): 原版中错误的注释
1 parent 16f79c1 commit 37f3aa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/linker/component_factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export abstract class ComponentFactory<C> {
9999
*/
100100
abstract get componentType(): Type<any>;
101101
/**
102-
* Selector for all <ng-content> elements in the component.
102+
* Selector for all &lt;ng-content&gt; elements in the component.
103103
*/
104104
abstract get ngContentSelectors(): string[];
105105
/**

packages/core/src/render3/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export interface ComponentMirror<C> {
134134
*/
135135
get outputs(): ReadonlyArray<{readonly propName: string; readonly templateName: string}>;
136136
/**
137-
* Selector for all <ng-content> elements in the component.
137+
* Selector for all &lt;ng-content&gt; elements in the component.
138138
*/
139139
get ngContentSelectors(): ReadonlyArray<string>;
140140
/**

0 commit comments

Comments
 (0)