ng2-daterange-picker icon indicating copy to clipboard operation
ng2-daterange-picker copied to clipboard

Light and simple date range picker component for Angular2 based on Material

Results 7 ng2-daterange-picker issues
Sort by recently updated
recently updated
newest added

Well, simply breaks... ``` ERROR in node_modules/ng2-daterange-picker/node_modules/@angular/material/stepper/typings/stepper.d.ts(16,5): error TS2416: Property '_stepHeader' in type 'MatStepper' is not assignable to the same property in base type 'CdkStepper'. Type 'QueryList' is not assignable...

Details: - angular material has no exported member 'MaterialModule'. MaterialModule is deprecated please see the the below url: https://stackoverflow.com/questions/46455948/unable-to-compile-material-in-angular-4-gives-material-has-no-exported-memb Thanks

During compilation I have the errors ``` ERROR in [at-loader] TS6059: File '.../node_modules/ng2-daterange-picker/index.ts' is not under 'rootDir' '.../src/app'. 'rootDir' is expected to contain all source files. ERROR in [at-loader] TS6059:...

I need to choose one part of range, e.g. only min date - it means that I choose all dates after min date only max date - before max date

It doesn't fit or move to fit ![1](https://cloud.githubusercontent.com/assets/20258226/24511489/e07bce1c-1574-11e7-89cd-764748284502.PNG)

Sorry i do not know whether this is an issue or not. I am trying to set min date and max date but not able to do that. please help.