ngx-daterangepicker-material
Pure Angular 2+ date range picker with material design theme, a demo here:
File Explorer
Download Latest Version (.zip)- bug_report.md
- actions.yml
- publish.yml
- FUNDING.yml
- custom-ranges.component.html
- custom-ranges.component.spec.ts
- custom-ranges.component.ts
- full.component.html
- full.component.ts
- locale.component.html
- locale.component.ts
- reactive-form.component.html
- reactive-form.component.ts
- simple.component.html
- simple.component.spec.ts
- simple.component.ts
- single-datepicker.component.html
- single-datepicker.component.ts
- timepicker.component.html
- timepicker.component.ts
- app.component.html
- app.component.scss
- app.component.ts
- app.module.ts
- app.routing.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- .eslintrc.json
- browserslist
- index.html
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- typings.d.ts
- package-config.ts
- schema.json
- schema.ts
- setup-project.ts
- collection.json
- daterangepicker.component.html
- daterangepicker.component.scss
- daterangepicker.component.ts
- daterangepicker.config.ts
- daterangepicker.directive.ts
- daterangepicker.module.ts
- index.ts
- locale.service.ts
- .editorconfig
- .eslintrc.json
- .gitignore
- .naverc
- .npmignore
- .prettierignore
- .prettierrc
- angular.json
- CHANGELOG.md
- karma.conf.js
- LICENSE
- ng-package.json
- package-lock.json
- package.json
- README.md
- screen.png
- tsconfig.app.json
- tsconfig.json
- tsconfig.schematics.json
# Installation Guide
1. Get the code
git clone https://github.com/fetrarij/ngx-daterangepicker-material
Downloads the entire project code from GitHub to your computer.
cd ngx-daterangepicker-material
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
