ng-bootstrap table: how to select a range of rows with SHIFT key?
how to select a range of rows in a ng-bootstrap table with SHIFT key ?
(in the same way as react-data-grid)
ngbAccordion [closeOthers] attribute with ngFor
I am creating an accordion list with the ngbAccordion directive. But I can’t figure out how to make the [closeOthers]
attribute work with *ngFor
.
NgbDateAdapter defined as a directive being overridden by standard behaviour
I have a requirement to use a NgbDateAdapter and a NdgDateParserForamatter defined as a directive and added to an input using a selector, rather than the usual method of adding it to the component’s provides list, as I need to be able to have different behaviours for different date inputs on the same page and I’d rather not create separate components around each date input.