Angular-google-maps: Version 0.9 doesn't work with latest version of angular 2 (beta13)

Created on 8 Apr 2016  路  6Comments  路  Source: SebastianM/angular-google-maps

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

Most helpful comment

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

All 6 comments

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' } });

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

@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.

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

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

// cc @alexweber @nacho85 @morocarlo

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexweber picture alexweber  路  4Comments

Halynsky picture Halynsky  路  3Comments

DeveloperAdd007 picture DeveloperAdd007  路  3Comments

vamsibassetty08 picture vamsibassetty08  路  3Comments

supran2811 picture supran2811  路  4Comments