-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MultipleDatePicker, DateRangeHelper #11
Comments
+1 I'm facing the same issues. I've trouble importing the required modules, and hence unable to use this library. Referenced: https://www.npmjs.com/package/multiple-date-picker-angular. Am using Angular v5.2.0. Please advice. 🙏 |
+1 @keithoys same issues for me, Did you findout any solution? |
@riyaskp Unfortunately not :S I used bootstrap datepicker with multidate parameter instead. |
Its not working at all. Its only for angular 1. If we are using angular 2+ or 4 or 5. We are unable to install this nor we are able to import the required components. Waste of time. |
Works fine in my Angular 5 application. Import the module, then use the
|
I get this error: |
guys, help me, I've imported the module, import { MultipleDatePickerModule } from 'multiple-date-picker-angular'; but in html code, ERROR in : 'multiple-date-picker' is not a known element: |
These are imports on the sample component provided. What are these components? They aren't listed as dependencies, and I don't see anything about where to find them, create them, or install them in the readme. Any help would be appreciated!
The text was updated successfully, but these errors were encountered: