Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 4b1b42d

Browse files
willshowellsebholstein
authored andcommitted
fix(AgmPolygon): fix editable input
Closes #990
1 parent 4caeb0d commit 4b1b42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/directives/polygon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class AgmPolygon implements OnDestroy, OnChanges, AfterContentInit {
7373
* If set to true, the user can edit this shape by dragging the control
7474
* points shown at the vertices and on each segment. Defaults to false.
7575
*/
76-
editable: boolean = false;
76+
@Input() editable: boolean = false;
7777

7878
/**
7979
* The fill color. All CSS3 colors are supported except for extended

0 commit comments

Comments
 (0)