How to use ngx-bootstrap in Angular 4 application with SystemJs module system
问题 I have tried out many variations of specifying path for allowing SystemJS to load the ngx-bootstrap package System.config({ "defaultJSExtensions": true, "paths": { "@angular/core": "node_modules/@angular/core/bundles/core.umd.js", "@angular/forms": "node_modules/@angular/forms/bundles/forms.umd.js", "@angular/http": "node_modules/@angular/http/bundles/http.umd.js", ... "*": "node_modules/*", "ngx-bootstrap": "node_modules/ngx-bootstrap", "highcharts": "node_modules/highcharts/highcharts.js",