mat-datetimepicker
Material datetimepicker for @angular/material
File Explorer
Download Latest Version (.zip)- lint.yaml
- publish.yaml
- release.yaml
- test.yaml
- dependabot.yml
- commit-msg
- pre-commit
- adapter.module.ts
- datetime-adapter.ts
- datetime-formats.ts
- index.ts
- native-datetime-adapter.ts
- native-datetime-formats.ts
- calendar-body.html
- calendar-body.scss
- calendar-body.ts
- calendar.html
- calendar.scss
- calendar.ts
- clock.html
- clock.scss
- clock.ts
- datetimepicker-animations.ts
- datetimepicker-content.html
- datetimepicker-content.scss
- datetimepicker-errors.ts
- datetimepicker-filtertype.ts
- datetimepicker-input.ts
- datetimepicker-theme.scss
- datetimepicker-toggle.html
- datetimepicker-toggle.ts
- datetimepicker-type.ts
- datetimepicker.module.ts
- datetimepicker.ts
- index.ts
- month-view.html
- month-view.ts
- multi-year-view.html
- multi-year-view.ts
- year-view.html
- year-view.ts
- public_api.ts
- eslint.config.js
- ng-package.json
- package.json
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- index.ts
- moment-datetime-adapter.ts
- moment-datetime-formats.ts
- public_api.ts
- eslint.config.js
- ng-package.json
- package.json
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- footer.component.html
- footer.component.scss
- footer.component.spec.ts
- footer.component.ts
- header.component.html
- header.component.scss
- header.component.spec.ts
- header.component.ts
- moment.component.ts
- native.component.ts
- app.component.html
- app.component.scss
- app.component.spec.ts
- app.component.ts
- date.component.html
- date.component.scss
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- styles.scss
- tsconfig.app.json
- tsconfig.spec.json
- .commitlintrc.json
- .gitignore
- .lintstagedrc.json
- .prettierrc.json
- .releaserc.js
- angular.json
- CHANGELOG.md
- copy-files.json
- datetimepicker.iml
- DEVELOPMENT.md
- eslint.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/kuhnroyal/mat-datetimepicker
Downloads the entire project code from GitHub to your computer.
cd mat-datetimepicker
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save @mat-datetimepicker/core
Downloads and installs the libraries listed in package.json.
npm install --save @angular/material-moment-adapter @mat-datetimepicker/moment
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
