8000 fix(tree-select): add type for positions · atinc/ngx-tethys@636a212 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 636a212

Browse files
committed
fix(tree-select): add type for positions
1 parent 7f56cef commit 636a212

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tree-select/tree-select.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ import {
2626
Overlay,
2727
ScrollDispatcher,
2828
CdkScrollable,
29-
CdkConnectedOverlay
29+
CdkConnectedOverlay,
30+
ConnectionPositionPair
3031
} from '@angular/cdk/overlay';
3132
import { getFlexiblePositions } from '../core/overlay';
3233
import { ThyTreeNode } from '../tree/tree.class';
@@ -81,7 +82,7 @@ export class ThyTreeSelectComponent implements OnInit, ControlValueAccessor {
8182

8283
// public scrollStrategy: ScrollStrategy;
8384

84-
public positions;
85+
public positions: ConnectionPositionPair[];
8586

8687
private initialled = false;
8788

0 commit comments

Comments
 (0)
0