Forked from GNURub/angular-material-components.
See live demo and documentation here.
This repository provides extra components for Angular Material projects: Datetime picker, Time picker, Color picker, etc.
Please contact us if you have any question or suggestion. Also feel free to open an issue here, or contribute via a PR.
If you like this project, support it by starring it ⭐.
You can also donate if you have the means. Thank you very much! 💖
Choose the version corresponding to your Angular version:
| Angular | @ngx-mce/datetime-picker |
|---|---|
| 21 | 21.x |
| 15 -- 20 | Please use GNURub's version |
| 7 -- 14 | Please use h2qutc's version |
These are the components included with this project.
You can details about this component here
npm install --save @ngx-mce/datetime-picker
Online demos for old versions:
You can see details about this component here
npm install --save @ngx-mce/color-picker
Online demo: here.
You can see details about this component here
npm install --save @ngx-mce/file-input
-
Check out @angular/material Using a pre-built theme
-
Add the Material Design icon font to your index.html:
<link href="https://fonts.googleapis.com/icon?family=Material+Icons&display=block" rel="stylesheet">
This project is automatically deployed to GitHub Pages using GitHub Actions. You can also deploy manually:
- Pushes to the
mainbranch automatically trigger deployment. - GitHub Actions workflow builds and deploys to
gh-pagesbranch. - Site is available at: https://fbf-prog64.github.io/angular-material-components/
# Build for GitHub Pages
pnpm run build:gh-pages
# Deploy to GitHub Pages
pnpm run deploy:gh-pagesFor detailed deployment instructions, see DEPLOYMENT.md.
MIT



