<div *ngFor="let p of polys">
<agm-polygon #cmp [paths]="$any(p.getPath()).i" [fillColor]="'blue'" [draggable]="true" [editable]="true"
[polyDraggable]="true" (polyPathsChange)="polytest($event,p)">
</agm-polygon>
</div>
when editing the polygon in the map my polygon path isn't updated.