Date & Time Picker

The date picker has a few dependencies that are not included in the epsilon-blueprint package:

  • ng-pick-datetime@6.0.16
  • @angular/cdk@6.4.7
  • In the application's app.module.ts file, import BrowserAnimationsModule from @angular/platform-browser/animations
  • In the application's styles.scss file, add the following: @import "~ng-pick-datetime/assets/style/picker.min.css";

For ng-pick-datetime API documentation, visit the ng-pick-datetime website or examples.

For Blueprint implementation examples, view the Usage component on GitHub.