Skip to content

Commit 9b1eef6

Browse files
mmalerbawagnermaciel
authored andcommitted
docs(cdk/collections): clarify internal method documentation (#20740)
(cherry picked from commit 861686e)
1 parent f9547dd commit 9b1eef6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/cdk/collections/view-repeater.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ export interface _ViewRepeater<T, R, C extends _ViewRepeaterItemContext<T>> {
113113
}
114114

115115
/**
116-
* Injection token for {@link _ViewRepeater}.
117-
*
118-
* INTERNAL ONLY - not for public consumption.
116+
* Injection token for {@link _ViewRepeater}. This token is for use by Angular Material only.
119117
* @docs-private
120118
*/
121119
export const _VIEW_REPEATER_STRATEGY = new InjectionToken<

0 commit comments

Comments
 (0)