Skip to content
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

Open
drewteachout opened this issue May 22, 2018 · 7 comments
Open

MultipleDatePicker, DateRangeHelper #11

drewteachout opened this issue May 22, 2018 · 7 comments

Comments

@drewteachout
Copy link

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!

@keithoys
Copy link

keithoys commented May 31, 2018

+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. 🙏

@riyaskp
Copy link

riyaskp commented Jun 7, 2018

+1 @keithoys same issues for me, Did you findout any solution?

@keithoys
Copy link

keithoys commented Jun 7, 2018

@riyaskp Unfortunately not :S I used bootstrap datepicker with multidate parameter instead.

@ankush-virtus
Copy link

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.

@ryanrasmussen05
Copy link

ryanrasmussen05 commented Jul 19, 2018

Works fine in my Angular 5 application. Import the module, then use the <multiple-date-picker/> component

import { MultipleDatePickerModule } from 'multiple-date-picker-angular';

@lenderby
Copy link

import { MultipleDatePickerModule } from 'multiple-date-picker-angular';

I get this error:
Error: Uncaught (in promise): Error: BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.
Error: BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.

@lyovabo
Copy link

lyovabo commented Mar 4, 2020

guys, help me, I've imported the module, import { MultipleDatePickerModule } from 'multiple-date-picker-angular'; but in html code,
this still not working, error

ERROR in : 'multiple-date-picker' is not a known element:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants