We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ef99c commit dd98369Copy full SHA for dd98369
src/lib/core/scroll/scrollable.ts
@@ -8,9 +8,9 @@ import 'rxjs/add/observable/fromEvent';
8
9
10
/**
11
- * Sends an event when the directive's element is scrolled. Registers itself with the ScrollDispatcher
12
- * service to include itself as part of its collection of scrolling events that it can be listened
13
- * to through the service.
+ * Sends an event when the directive's element is scrolled. Registers itself with the
+ * ScrollDispatcher service to include itself as part of its collection of scrolling events that it
+ * can be listened to through the service.
14
*/
15
@Directive({
16
selector: '[cdk-scrollable]'
0 commit comments