-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular CLI installation #158
Comments
Hi,
and got a i have also tried #115 but get the following error in that case: I am a bit frustated as I need to migrate my old pruneCluster project to VueJS now Thank you for your help Sylvain |
Hi, Following recommendation from facebook/create-react-app#1015 I have added the following line to prevent the eslint error:
It's a bit dirty but it works in my case. Cheers |
Hi, Any idea to go about this? |
Hey Guys! I'm having the same issue. Has anyone managed to solve it? I'm trying to use in Angular 7 Project. |
in package.json in angular.json in "styles": [ "scripts": [ Then use it in your map component |
@hansbrito , did you manage to make it work? If anybody has a clear explanation of how i could add PruneCLuster to an angular-cli project. |
Thanks @hansbrito, but you just inserted .js and .css files like @TheVoxell suggested? |
angular.json Now you can use like documentation says, adding markers ....
|
Thank you for your precious help, i really appreciate |
Try: There is actually a syntax error in the import statement |
Hi, i looking for a way to install this library en my project with angular cli but when i try to import the dependencies like this:
import { PruneCluster, PruneClusterForLeaflet } from 'prunepluster'
in my component... i got the following error:
WEBPACK IMPORT MODULE _3_prunecluster _default PruneCluster is not a constructor
Any help?
The text was updated successfully, but these errors were encountered: