kmolerov
Results
3
comments of
kmolerov
'angular/platform-browser': 'ng.platform.browser' should be: 'angular/platform-browser': 'ng.platformBrowser' taken from: Angular2\packages\platform-browser\rollup.config.js -> moduleName: 'ng.platformBrowser',
For the new HttpClient: 'angular/common/http': 'ng.commmon.http',
My similar problem in issue #50 was solved by adding **paths: { 'xxx/index': 'xxx' }** in rollup config. Thank you @adamlubek for this.