https://github.com/djsiddz/djsiddz-dtp
Date Time Picker module for your Angular 5 apps
https://github.com/djsiddz/djsiddz-dtp
angular datepicker datetimepicker timepicker
Last synced: 5 months ago
JSON representation
Date Time Picker module for your Angular 5 apps
- Host: GitHub
- URL: https://github.com/djsiddz/djsiddz-dtp
- Owner: djsiddz
- Created: 2018-03-26T12:51:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T08:38:16.000Z (about 7 years ago)
- Last Synced: 2024-10-05T03:06:11.735Z (6 months ago)
- Topics: angular, datepicker, datetimepicker, timepicker
- Language: TypeScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-angular-components - djsiddz2/djsiddz-dtp - Date Time Picker module for your Angular 5 apps (UI Components / Form)
README
# DjsiddzDtp
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.3.
## !Warning! Currently Not Ready for production use
Once this is ready for production use, it will be published to npm for easy integration into your Angular app.
## Steps to being Production-ready
- [x] Bind with external `formControlName` and `ngModel` [Current Reference link](https://blog.thoughtram.io/angular/2016/07/27/custom-form-controls-in-angular-2.html)
- [ ] Support for editing date & time (Initialize with supplied value instead of default value if available)
- [ ] Move out of dtp template. Use another way to trigger the dtp.
- [ ] Move the `dtp` to a module for making it exportable & reusable
- [ ] Create npm package using `ng-packagr` [Current Reference link](https://medium.com/@nikolasleblanc/building-an-angular-4-component-library-with-the-angular-cli-and-ng-packagr-53b2ade0701e)**********
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.