Skip to content

Commit

Permalink
consider new color & datetime pickers...
Browse files Browse the repository at this point in the history
  • Loading branch information
JCornelison authored and JCornelison committed Nov 8, 2023
1 parent ece53e3 commit 1aa0941
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/app/settings/color-editor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ import {
} from '@angular/forms'
import { ThemePalette } from '@angular/material/core'




// TODO: Consider https://www.npmjs.com/package/@angular-material-components/datetime-picker as a replacement to current timepicker/colorpicker?
// https://github.com/h2qutc/angular-material-components
// it is updated to NG 16...








// TODO: Consider switching to https://github.com/brianpkelley/md-color-picker
// https://www.ag-grid.com/angular-data-grid/component-cell-editor
// TODO: Based on boolean value for icons: we need a selection from a panel of icons...
Expand Down
13 changes: 13 additions & 0 deletions src/app/shared/time-picker/time-picker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ import {
SettingsService, SettingsType
} from '../services/'




// TODO: Consider https://www.npmjs.com/package/@angular-material-components/datetime-picker as a replacement to current timepicker/colorpicker?
// https://github.com/h2qutc/angular-material-components
// it is updated to NG 16...







// https://blog.briebug.com/blog/5-ways-to-pass-data-into-child-components-in-angular


Expand Down

0 comments on commit 1aa0941

Please sign in to comment.