A custom date picker component for Angular that includes both date and date-time pickers.
- Date Picker: Select a date from a calendar view.
- Date-Time Picker: Choose both date and time using a combined interface.
Make sure you have the following installed:
- Angular CLI
- Node.js
- npm
-
Clone the repository:
git clone https://github.com/AmirAliRashidi/custom-datepicker.git
-
Navigate to the project directory:
cd custom-datepicker
-
Install dependencies:
npm install