ng-bootstrap显示http:// localhost:3000 / node_modules / ng2-bootstrap / modal.js 404(未找到)

时间:2017-03-17 21:08:06

标签: javascript angular typescript ng2-bootstrap

我已按照此处给出的说明正确(https://valor-software.com/ng2-bootstrap/#/),但当我尝试使用ModalDirective时

import { ModalDirective } from 'ng2-bootstrap/modal';

在我的组件中,我一直收到错误

 http://localhost:3000/node_modules/ng2-bootstrap/modal.js 404 (Not Found)

为什么显示找不到modal.js,

我已配置

'ng2-bootstrap':              'node_modules/ng2-bootstrap',

在map

下的systemjs中

'ng2-bootstrap':              { format: 'cjs', main: 'bundles/ng2-bootstrap.umd.js', defaultExtension: 'js' } 

在包

0 个答案:

没有答案