when i try use strokeWeight i see this error "f[r] is not a function"
Getting the same thing!
adding [strokePosition]="0" to agm-circle solved this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Adding:
[strokeWeight]="1.5" // you can input your whatever number you want
[strokePosition]="0"
Works !!!
Most helpful comment
adding [strokePosition]="0" to agm-circle solved this.