I am trying to use ng2-bootstrap with angular2 and asp.net core.
I reference "ng2-bootstrap": "^1.0.24" in package.json
When I try reference the node_models/ng2-bootstrap/bundles/ng2-bootstrap.umd.min.js I get the following error
Uncaught Error: Module must be loaded as AMD or CommonJS
How can I fix the problem? Thanks Martin