我在安装ngx时遇到上述错误
的package.json
"ngx-bootstrap": "^1.8.1",
System.config.js
//这是我的ngx-bootstrap
'ngx-bootstrap': 'npm:ngx-bootstrap/bundles/ngx-bootstrap.umd.js',
这里我把错误称为'动作引导':'npm:ngx-bootstrap / bundles / ngx-bootstrap.umd.js / modal.js',
我以前的链接
'@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
请指导我,从我犯错的地方
答案 0 :(得分:1)
从@NgModule中导入ModalModule
的位置?
您似乎正在从ngx-bootstrap/modal
导入它。 System.JS用户必须直接从ngx-bootstrap
导入模块,就像官方演示http://valor-software.com/ngx-bootstrap/#/modals#usage