File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
/** Horizontal dimension of a connection point on the perimeter of the origin or overlay element. */
10
- import { Optional } from '@angular/core' ;
11
10
export type HorizontalConnectionPos = 'start' | 'center' | 'end' ;
12
11
13
12
/** Vertical dimension of a connection point on the perimeter of the origin or overlay element. */
@@ -89,10 +88,11 @@ export class ScrollingVisibility {
89
88
/** The change event emitted by the strategy when a fallback position is used. */
90
89
export class ConnectedOverlayPositionChange {
91
90
constructor (
92
- /** The position used as a result of this change. */
93
- public connectionPair : ConnectionPositionPair ,
94
- /** @docs -private */
95
- @Optional ( ) public scrollableViewProperties : ScrollingVisibility ) { }
91
+ /** The position used as a result of this change. */
92
+ public connectionPair : ConnectionPositionPair ,
93
+ /** @docs -private */
94
+ public scrollableViewProperties : ScrollingVisibility ,
95
+ ) { }
96
96
}
97
97
98
98
/**
You can’t perform that action at this time.
0 commit comments