我在我的Angular 4项目中安装了ngx-bootstrap v1.9.3。我试过用一个
BsDatepickerModule
但它对我没用。
此错误消息说明:
404 GET /bs-datepicker-view.html
我的项目代码:
import { BsDatepickerModule } from 'ngx-bootstrap';
@NgModule({
imports: [BsDatepickerModule.forRoot(),...]
})
export class AppModule(){}
答案 0 :(得分:1)
1.转到此路径“\ node_modules \ ngx-bootstrap \ bundles \ ngx-bootstrap.umd.js” 2.在ngx-bootstrap.umd.js中搜索“bs-datepicker-view.html” 3.将TemplateURL位置路径从'./bs-datepicker-view.html'更改为'。/ node_modules / ngx-bootstrap / datepicker / themes / bs / bs-datepicker-view.html'
它的作品非常好。
答案 1 :(得分:0)
我自己也面临同样的错误......但是HTML文件位于" \ node_modules \ ngx-bootstrap \ datepicker \ themes \ bs \ bs-datepicker-view.html"
答案 2 :(得分:0)
我不得不更新ngm-cli(用于UMD捆绑),但现在这个问题应该在ngx-bootstrap@2.0.0-beta.6中消失了