Skip to content
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

Version 0.9 doesn't work with latest version of angular 2 (beta13) #270

Closed
nacho85 opened this issue Apr 8, 2016 · 6 comments
Closed

Version 0.9 doesn't work with latest version of angular 2 (beta13) #270

nacho85 opened this issue Apr 8, 2016 · 6 comments

Comments

@nacho85
Copy link

nacho85 commented Apr 8, 2016

Browser throws an error on console: "unexpected token <". Works fine with version 0.8.1 of angular2-google-maps.

@nacho85
Copy link
Author

nacho85 commented Apr 20, 2016

When using version 0.9.0, you need to configure the part of angular2-google-maps in the "System.config" script:

System.config({ packages: { app: { format: 'register', defaultExtension: 'js' }, 'node_modules/angular2-google-maps': { defaultExtension: 'js' } }, map: { 'angular2-google-maps': 'node_modules/angular2-google-maps' } });

@sebholstein
Copy link
Owner

@nacho85 thanks for reporting. I will add support for the latest rc.1 version shortly.

@alexweber
Copy link
Contributor

@SebastianM I'd like to help with this if needed/possible. I've been trying to work on some other PRs but it's kinda awkward because the angular version is pretty dated.

@morocarlo
Copy link

when the updated version for the RC.1 will be released?

@sebholstein
Copy link
Owner

fixed with 84bc54a - please update to version 0.10.0 - see also #331

@sebholstein
Copy link
Owner

// cc @alexweber @nacho85 @morocarlo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants