There was an error while loading. Please reload this page.
1 parent ba115dd commit 6d89771Copy full SHA for 6d89771
gui-js/libs/menu/src/lib/options/background-color/background-color.component.ts
@@ -11,15 +11,8 @@ import { ColorPickerComponent, ColorPickerDirective } from 'ngx-color-picker';
11
standalone: true,
12
imports: [
13
FormsModule,
14
-@Component({
15
- standalone: true,
16
- imports: [
17
- ColorPickerDirective,
18
- // …
19
- ],
20
- …
21
-})
22
-export class BackgroundColorComponent { … }
+ ColorPickerComponent,
+ ColorPickerDirective,
23
ReactiveFormsModule,
24
MatButtonModule,
25
],
0 commit comments