Skip to content

Angular 19 and color picker missing NgxMatColorPickerModule #8

@Pasb4js

Description

@Pasb4js

To use color picker, the doc shows

@NgModule({
   ...
   imports: [
        ...
        NgxMatColorPickerModule
   ],
   providers: [
    { provide: MAT_COLOR_FORMATS, useValue: NGX_MAT_COLOR_FORMATS }
   ],
   ...
})

the file
https://github.com/h2qutc/angular-material-components/blob/master/projects/color-picker/src/lib/color-picker.module.ts
is missing in your fork

Does it exist another way to use the color picker ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions