Browser throws an error on console: "unexpected token <". Works fine with version 0.8.1 of angular2-google-maps.
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
Most helpful comment
@nacho85 thanks for reporting. I will add support for the latest rc.1 version shortly.