Vincent Lycoops
Vincent Lycoops
I'm not able to check this right now, but as far as I can see in the docs, there is no mention of an event "dateChange". https://nkalinov.github.io/ng2-datetime/ According to this...
https://nkalinov.github.io/ng2-datetime/ It mentions these options in the doc linked on the main page here.
You probably misspelled the name of your own method.
Please do not accept this pull request. This basically undoes my changes from my pull request https://github.com/nkalinov/ng2-datetime/commit/07dfe0029ec33461ba13cf3887447833f13224b3 accepted 2 months ago that addressed the issues https://github.com/nkalinov/ng2-datetime/issues/166 and https://github.com/nkalinov/ng2-datetime/issues/170. Besides that...
This PR also adds some parameters showDate and showTime, also not described in the PR. @dangviettuan Addressing your issue, you need to encapsulate the datetime-picker in your form-group and add...
There is startDate and endDate in bootstrap-datepicker: http://bootstrap-datepicker.readthedocs.io/en/latest/options.html
You probably did not import the date and time picker dependencies.
You can either add a ngx-extractor script in your package.json file: ```json ... "scripts": { "ngx-extractor": "ngx-extractor" } } ... ``` and then run: `npm run ngx-extrator [options]` Alternatively, you...
No need to add "node node_modules/.bin/ngx-extractor" in the scripts. Don't know if that would change anything for you. I do not personally use this method as we have a huge...
Everything is described in the readme. If you have trouble making it work following the described procedure, I recommend posting the error messages you are getting. You seem to have...