You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.
i want to generate n number of circles using ngfor with agm-circle but it throws error: Can't bind to 'ngFor' since it isn't a known property of 'agm-circle'. Seriously !!!
here is my HTMl:
i want to generate n number of circles using ngfor with agm-circle but it throws error:
Can't bind to 'ngFor' since it isn't a known property of 'agm-circle'. Seriously !!!
here is my HTMl:
and data is:
this.circle = [ {lat: 51.79, lng: 7.8, radius: 60000, color: 'red'}, {lat: 52.79, lng: 12.8, radius: 60000, color: 'green'}, {lat: 54.79, lng: 10.8, radius: 60000, color: 'yellow'}, {lat: 51.79, lng: 8.8, radius: 60000, color: 'yellow'}, {lat: 60.79, lng: 7.8, radius: 60000, color: 'green'}, ];
The text was updated successfully, but these errors were encountered: