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
I found an example of how to use a cluster that I really like(https://stackblitz.com/edit/angular-jbp2yc), but it only working in Stackblitz, when I tried to implement it, pop up ugly errors
the author of this example is: @aitboudad;
Steps to reproduce
on new project in Angular 6, I copied this example and just started it (after having installed the necessary items)
My Errors
Date: 2018-07-01T21:32:22.946Z - Hash: a87281cf4effd67eacc9 - Time: 3655ms
4 unchanged chunks
chunk {main} main.js, main.js.map (main) 239 kB [initial] [rendered]
i 「wdm」: Compiled successfully.
ERROR in src/app/core/markerclusterer.ts(362,19): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
src/app/core/markerclusterer.ts(1108,23): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
src/app/core/markerclusterer.ts(1109,23): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
I do not understand what this compiler is clinging to something, when on Stackblitz this example works
The text was updated successfully, but these errors were encountered:
I found an example of how to use a cluster that I really like(https://stackblitz.com/edit/angular-jbp2yc), but it only working in Stackblitz, when I tried to implement it, pop up ugly errors
the author of this example is: @aitboudad;
Steps to reproduce
on new project in Angular 6, I copied this example and just started it (after having installed the necessary items)
My Errors
I do not understand what this compiler is clinging to something, when on Stackblitz this example works
The text was updated successfully, but these errors were encountered: