For instance, in an app with a markers defined via a service, this code shows 0 markers despite there being 3 markers in the array.
[longitude]="marker.longitude">
In the TS file, markers$ is defined as
markers$: Observable
with Marker model:
export interface Marker {
ip: string;
rate: number;
city: string;
state: string;
latitude: number;
longitude: number;
}
sorry never mind :) i was zoomed too far in. didn't notice the markers appearing :)
I am sorry for this comment but i almost fell from my chair laughing,
Funny as hell.
Most helpful comment
sorry never mind :) i was zoomed too far in. didn't notice the markers appearing :)