我使用ng-bootstrap库中的ngbDatepicker在Angular 8中创建了一个datepicker。
我想通过单击左侧的工作日来选择整个星期。我知道我可以选择一个日期并从中获得一周的时间,但我正在寻找一个更优雅的解决方案。
这在某种程度上是可能的吗?
我的模板:
<div id="datepicker-container">
<p>Pick a date:</p>
<!-- Datepicker made using ng bootstrap library
https://ng-bootstra
当我使用时,我在下面的屏幕截图中得到了以下错误和定位。
错误:
2meteor.js:887异常来自跟踪器afterFlush函数:未定义不是函数TypeError:未定义不是null的函数。()
下面是我的代码:
套餐:
aldeed:autoform # Auto create forms with validations from schema (Uses bootstrap by default).
twbs:bootstrap # Bootstrap.
tsega:bootstrap3-dat