Problem with core_1.NgModule

index.js:50Uncaught TypeError: core_1.NgModule is not a function(anonymous function) @ index.js:50meteorInstall.node_modules.angular2-google-maps.core.index.js @ index.js:54fileEvaluate @ install.js:153require @ install.js:82meteorInstall.client.imports.parties.parties-list.component.js @ parties-list.component.ts:9fileEvaluate @ install.js:153require @ install.js:82meteorInstall.client.app.routes.js @ app.routes.ts:4fileEvaluate @ install.js:153require @ install.js:82(anonymous function) @ parties.methods.ts:93

package.json dependencies:

“dependencies”: {
"@angular/common": “2.0.0-rc.5”,
"@angular/compiler": “2.0.0-rc.5”,
"@angular/core": “2.0.0-rc.5”,
"@angular/http": “2.0.0-rc.5”,
"@angular/platform-browser": “2.0.0-rc.5”,
"@angular/platform-browser-dynamic": “2.0.0-rc.5”,
“core-js”: “^2.4.0”,
"@angular/forms": “0.2.0”,
"@angular/router": “3.0.0-alpha.8”,
“angular2-google-maps”: “^0.13.0”,
“angular2-meteor”: “0.6.2”,
“angular2-meteor-accounts-ui”: “^0.6.1”,
“angular2-meteor-auto-bootstrap”: “0.6.0”,
“angular2-meteor-polyfills”: “0.1.1”,
“angular2-meteor-tests-polyfills”: “0.0.2”,
“bcrypt”: “^0.8.7”,
“meteor-node-stubs”: “0.2.3”,
“ng2-pagination”: “^0.3.5”,
“reflect-metadata”: “0.1.3”,
“rxjs”: “5.0.0-beta.6”,
“zone.js”: “0.6.12”
}
meteor version: 1.4.1
npm version: 3.10.6

it seems like it something there :
core_1.NgModule({ declarations: directives_const_1.GOOGLE_MAPS_DIRECTIVES, exports: directives_const_1.GOOGLE_MAPS_DIRECTIVES }),

thx