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 15237f8 commit 36fa18bCopy full SHA for 36fa18b
src/cdk/overlay/position/connected-position.ts
@@ -7,7 +7,6 @@
7
*/
8
9
/** Horizontal dimension of a connection point on the perimeter of the origin or overlay element. */
10
-import {Optional} from '@angular/core';
11
export type HorizontalConnectionPos = 'start' | 'center' | 'end';
12
13
/** Vertical dimension of a connection point on the perimeter of the origin or overlay element. */
@@ -91,7 +90,7 @@ export class ConnectedOverlayPositionChange {
91
90
/** The position used as a result of this change. */
92
public connectionPair: ConnectionPositionPair,
93
/** @docs-private */
94
- @Optional() public scrollableViewProperties: ScrollingVisibility,
+ public scrollableViewProperties: ScrollingVisibility,
95
) {}
96
}
97
0 commit comments