Skip to content

Commit 71d2d9c

Browse files
committed
remove docs private from selection
1 parent a999bc1 commit 71d2d9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cdk/collections/selection.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88

99
import {Subject} from 'rxjs/Subject';
1010

11-
1211
/**
1312
* Class to be used to power selecting one or more options from a list.
14-
* @docs-private
1513
*/
1614
export class SelectionModel<T> {
1715
/** Currently-selected values. */

0 commit comments

Comments
 (0)