Skip to content

Commit 5f4bce5

Browse files
committed
fix(adev): 原版中错误的注释
(cherry picked from commit 37f3aa3)
1 parent 1ca1e26 commit 5f4bce5

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
@@ -98,7 +98,7 @@ export abstract class ComponentFactory<C> {
9898
*/
9999
abstract get componentType(): Type<any>;
100100
/**
101-
* Selector for all <ng-content> elements in the component.
101+
* Selector for all &lt;ng-content&gt; elements in the component.
102102
*/
103103
abstract get ngContentSelectors(): string[];
104104
/**

packages/core/src/render3/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export interface ComponentMirror<C> {
127127
*/
128128
get outputs(): ReadonlyArray<{readonly propName: string; readonly templateName: string}>;
129129
/**
130-
* Selector for all <ng-content> elements in the component.
130+
* Selector for all &lt;ng-content&gt; elements in the component.
131131
*/
132132
get ngContentSelectors(): ReadonlyArray<string>;
133133
/**

0 commit comments

Comments
 (0)