Relative Content

Tag Archive for angularng-bootstrap

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.