Bastien

Results 19 comments of Bastien

Maybe it should be made in the native bootstrap component first: https://github.com/twbs/bootstrap/issues/31908

Not sure how to do that because the changes method are inside the NgbTime class.

At 8, are you using the [NgbModalRef](https://ng-bootstrap.github.io/#/components/modal/api#NgbModalRef) `hidden` observable to go to the dashboard when the animation is finish?

Only one is a bit more complicated, but you can put them together: https://stackblitz.com/edit/angular-rdzrfo?file=src%2Fapp%2Fdatepicker-range-popup.html

It's a bit big I now. I made a monthpicker for a personal project so I would like to share how it can be done. But I'm agree with you,...

> Hi ! > What do you need to translate, i'm french so i can help you :D In fact i don't post the issue in the good project, now...

I had to disable the header banner in gulp because it crash.

If this fonction is needed i can make a new PR with an updated version.

You can use the extra features or make a pull request with a new ngdoc preset. ``` json "checkAnnotations": { "preset": "jsdoc3", "extra": { "ngdoc": true, "restrict": true } }...