使用ngx-bootstrap在angular5上加载css时出错
Refused to apply style from 'http://localhost:3000/node_modules/ngx-bootstrap/datepicker/bs-datepicker.css' because its MIME type ('text/html') is not a supported sty
我尝试在按钮单击上动态添加数据报警器,并且我已经委托了datepicker单击,它在第一次单击时不起作用,它在第二次单击时被触发,我尝试过的代码如下 var body =angular.element(window.document.body); <div class="input-group-- <e
我们正在使用ngx-bootstrap,我们需要一个datepicker。因此,ngx-bootstrap's Datepicker似乎是一个显而易见的选择。我在文档中没有看到这样的事件。但我确实在the docs of (the regular) bootstrap variant datepicker中看到了它。我尝试了各种方法,甚至进入dom并为click事件添加了一个eventlistener。这可